AUTHORS.md
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
NOTICE
README.md
SECURITY.md
pyproject.toml
requirements-dev.txt
requirements.txt
bin/benchmark.py
bin/run_control.py
configs/hpinn_config.yaml
configs/lflux_config.yaml
configs/mfno_config.yaml
configs/training_defaults.yaml
examples/__init__.py
examples/example_hpinn.py
examples/example_lflux.py
examples/example_mfno.py
magna_flow/__init__.py
magna_flow/version.py
magna_flow/control/__init__.py
magna_flow/control/actuator_field_coil.py
magna_flow/control/actuator_lens.py
magna_flow/control/actuator_rmp.py
magna_flow/control/eigenvalue_tracker.py
magna_flow/control/lflux_resolver.py
magna_flow/control/mpc_solver.py
magna_flow/interface/__init__.py
magna_flow/interface/dissipation_exporter.py
magna_flow/interface/magna_flow_engine.py
magna_flow/interface/regime_config.py
magna_flow/interface/substrate_config.py
magna_flow/interface/tensorrt_export.py
magna_flow/neural/__init__.py
magna_flow/neural/causal_collocation.py
magna_flow/neural/divergence_enforcer.py
magna_flow/neural/fourier_integral_mhd.py
magna_flow/neural/hpinn.py
magna_flow/neural/loss_functions.py
magna_flow/neural/mfno.py
magna_flow/neural/ntk_rebalancer.py
magna_flow/physics/__init__.py
magna_flow/physics/dissipation_budget.py
magna_flow/physics/elsasser_decomp.py
magna_flow/physics/fluid_substrates.py
magna_flow/physics/helmholtz_projector.py
magna_flow/physics/magnetic_helicity.py
magna_flow/physics/maxwell_stress.py
magna_flow/physics/onsager_verifier.py
magna_flow/tracker/__init__.py
magna_flow/tracker/efficiency_monitor.py
magna_flow/tracker/mhd_state_tracker.py
magna_flow/tracker/risk_map_exporter.py
magna_flow_engine.egg-info/PKG-INFO
magna_flow_engine.egg-info/SOURCES.txt
magna_flow_engine.egg-info/dependency_links.txt
magna_flow_engine.egg-info/top_level.txt
scripts/prepare_data.py
scripts/run_benchmark.sh
tests/__init__.py
tests/test_hpinn.py
tests/test_lflux.py
tests/test_mfno.py
tests/test_physics.py
tests/test_tracker.py