vmec_jax.namelist¶
Minimal parser for VMEC-style Fortran namelist (&INDATA).
Goals: - No third-party dependency (no f90nml) - Works on VMEC2000 input files used in the included python/tests - Handles indexed coefficient syntax: RBC(m,n)=…, including negative indices - Handles arrays split across multiple lines
This is not a full Fortran namelist implementation, but is intentionally targeted to VMEC inputs.
Functions
|
Return a minimal fixed-boundary VMEC seed used by optimization examples. |
|
Read &INDATA from a VMEC input file. |
|
Write a VMEC |
Classes
|