LICENSE
README.md
pyproject.toml
setup.py
src/scpn_control/__init__.py
src/scpn_control/cli.py
src/scpn_control/py.typed
src/scpn_control.egg-info/PKG-INFO
src/scpn_control.egg-info/SOURCES.txt
src/scpn_control.egg-info/dependency_links.txt
src/scpn_control.egg-info/entry_points.txt
src/scpn_control.egg-info/requires.txt
src/scpn_control.egg-info/top_level.txt
src/scpn_control/control/__init__.py
src/scpn_control/control/advanced_soc_fusion_learning.py
src/scpn_control/control/analytic_solver.py
src/scpn_control/control/digital_twin_ingest.py
src/scpn_control/control/director_interface.py
src/scpn_control/control/disruption_contracts.py
src/scpn_control/control/disruption_predictor.py
src/scpn_control/control/fueling_mode.py
src/scpn_control/control/fusion_control_room.py
src/scpn_control/control/fusion_optimal_control.py
src/scpn_control/control/fusion_sota_mpc.py
src/scpn_control/control/gym_tokamak_env.py
src/scpn_control/control/h_infinity_controller.py
src/scpn_control/control/halo_re_physics.py
src/scpn_control/control/hil_harness.py
src/scpn_control/control/jax_traceable_runtime.py
src/scpn_control/control/nengo_snn_wrapper.py
src/scpn_control/control/neuro_cybernetic_controller.py
src/scpn_control/control/spi_mitigation.py
src/scpn_control/control/tokamak_digital_twin.py
src/scpn_control/control/tokamak_flight_sim.py
src/scpn_control/control/torax_hybrid_loop.py
src/scpn_control/core/__init__.py
src/scpn_control/core/_rust_compat.py
src/scpn_control/core/eqdsk.py
src/scpn_control/core/force_balance.py
src/scpn_control/core/fusion_kernel.py
src/scpn_control/core/hpc_bridge.py
src/scpn_control/core/imas_adapter.py
src/scpn_control/core/integrated_transport_solver.py
src/scpn_control/core/neural_equilibrium.py
src/scpn_control/core/neural_transport.py
src/scpn_control/core/scaling_laws.py
src/scpn_control/core/stability_mhd.py
src/scpn_control/core/tokamak_config.py
src/scpn_control/core/uncertainty.py
src/scpn_control/phase/__init__.py
src/scpn_control/phase/knm.py
src/scpn_control/phase/kuramoto.py
src/scpn_control/phase/lyapunov_guard.py
src/scpn_control/phase/realtime_monitor.py
src/scpn_control/phase/upde.py
src/scpn_control/phase/ws_phase_stream.py
src/scpn_control/scpn/__init__.py
src/scpn_control/scpn/artifact.py
src/scpn_control/scpn/compiler.py
src/scpn_control/scpn/contracts.py
src/scpn_control/scpn/controller.py
src/scpn_control/scpn/structure.py
tests/test_analytic_solver.py
tests/test_boris_pyo3_bridge.py
tests/test_cli.py
tests/test_control_resilience_campaign.py
tests/test_controller.py
tests/test_digital_twin_ingest_runtime.py
tests/test_diiid_jet_validation.py
tests/test_disruption_contracts.py
tests/test_disruption_predictor.py
tests/test_disruption_predictor_rng.py
tests/test_e2e_phase_diiid.py
tests/test_eqdsk.py
tests/test_force_balance_3d.py
tests/test_fusion_control_room.py
tests/test_fusion_kernel_fail_on_diverge.py
tests/test_fusion_optimal_control.py
tests/test_fusion_sota_mpc.py
tests/test_gs_convergence.py
tests/test_gs_transport_coupling.py
tests/test_gym_tokamak_env.py
tests/test_h_infinity_closed_loop.py
tests/test_h_infinity_controller.py
tests/test_hil_harness.py
tests/test_hpc_bridge.py
tests/test_hypothesis_properties.py
tests/test_integrated_transport_solver.py
tests/test_ipb98y2_benchmark.py
tests/test_neural_equilibrium.py
tests/test_neural_transport.py
tests/test_neuro_cybernetic_controller.py
tests/test_neurocore_v3_detection.py
tests/test_phase_kuramoto.py
tests/test_phase_properties.py
tests/test_physics_invariants.py
tests/test_pyo3_control_bridge.py
tests/test_rmse_dashboard.py
tests/test_rust_compat_wrapper.py
tests/test_rust_python_parity.py
tests/test_rust_realtime_parity.py
tests/test_scaling_laws.py
tests/test_scpn_compiler.py
tests/test_scpn_pid_mpc_benchmark.py
tests/test_snn_pyo3_bridge.py
tests/test_spi_mitigation.py
tests/test_stability_mhd.py
tests/test_stress_campaign.py
tests/test_tokamak_config.py
tests/test_tokamak_digital_twin.py
tests/test_tokamak_flight_sim.py
tests/test_uncertainty.py
tests/test_validation_regression.py