Dario Panici
Dario Panici
- [ ] make tests for this - [ ] write out the coefficients in a simpler form (see below) Simpler way to write coefficients --------------------------------- ```python from qsc import...
Add utilities for calculating the magnetic vector potential for fields and coils/currents (assuming the Coulomb gauge). These will be useful for reconstruction as the most efficient way to calculate flux...
Removes the warnings when a finite beta equilibrium is passed into `ToroidalFlux` objective, and accounts for the plasma currents as well. In relation to [comment](https://github.com/PlasmaControl/DESC/issues/1155#issuecomment-2257163466) in #1158 With finite beta...
- Adds objective similar to the one detailed in [Wechsung 2021](https://www.pnas.org/doi/full/10.1073/pnas.2202084119#supplementary-materials) to penalize the variance of the arclength differential along a curve, which was claimed to be useful for avoiding...
@SebereX found a probable bug, when saving a DESC eq as a wout and running booz xform for an AR scan of a NAE solution, which should converge to the...
>does this need to be a loop or can we do vmap + reduction? It might be good to have both options with a flag like for the free boundary...
> might be able to refactor this to use `pytest.mark.parametrize` which treats it as different tests rather than 1 big one so easier to debug and run specific ones in...
Use git actions/utilities to do this
- [ ] make a recurring issue to check notebooks for syntax/up-to-dateness with master and current API - [ ] add assert statements to notebooks for correctness so nbtests also...
- Should we add the examples to the CI, to run them and ensure the results are nested and match some reference result? - Or add a flag for `test_examples`...