PlasmaControl / DESC

Stellarator Equilibrium and Optimization Suite
MIT License
87 stars 22 forks source link

Field Line Tracing Class #115

Closed dpanici closed 2 years ago

dpanici commented 3 years ago
dpanici commented 3 years ago

Also should add feature to make poincare plots of field lines passing through a given phi=constant poloidal plane

f0uriest commented 3 years ago

differentiable ode integration with JAX: https://github.com/google/jax/blob/main/jax/experimental/ode.py

f0uriest commented 3 years ago

Also we might be able to replace the interpolation entirely by direct evaluation of the B field from R,Z,L, especially if we can find a stable way to evaluate zernike polynomials with jax (see #117)