vmec_jax.diagnosticsΒΆ
Lightweight diagnostic helpers.
These utilities are intentionally dependency-free (NumPy-only) and meant to print useful debugging information that you can copy/paste into chat.
We keep this module small and stable so it can be used from examples and tests without pulling in plotting libraries.
Functions
|
Print useful statistics for the Jacobian sqrt(g). |
|
Pretty-print a Summary. |
|
Return a[1:] along the chosen axis (used to avoid s=0 degeneracy). |
|
Return basic stats + quantiles for an array-like. |
|
Summarize many arrays. |
|
Return VMEC (m,n>=0) coefficient blocks from a signed-coefficient state. |
|
Pack VMEC (m,n>=0) coefficient blocks into the 1D xc vector. |
Classes
|