LICENSE
LICENSE-APACHE
LICENSE-MIT
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/_validators.py
src/scpn_control/core/eqdsk.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/adaptive_knm.py
src/scpn_control/phase/knm.py
src/scpn_control/phase/kuramoto.py
src/scpn_control/phase/lyapunov_guard.py
src/scpn_control/phase/plasma_knm.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_adaptive_knm.py
tests/test_advanced_soc.py
tests/test_advanced_soc_verbose_plot.py
tests/test_analytic_solver.py
tests/test_analytic_solver_verbose.py
tests/test_artifact_codec.py
tests/test_artifact_validation_gaps.py
tests/test_boris_pyo3_bridge.py
tests/test_cli.py
tests/test_cli_commands.py
tests/test_cli_validate_paths.py
tests/test_compiler_internals.py
tests/test_contracts_edge_guards.py
tests/test_control_init.py
tests/test_control_resilience_campaign.py
tests/test_controller.py
tests/test_controller_advanced_paths.py
tests/test_controller_delayed_transitions.py
tests/test_controller_logpath_passthrough.py
tests/test_controller_oracle_serve.py
tests/test_controller_zero_paths.py
tests/test_coverage_deep.py
tests/test_digital_twin_ingest_runtime.py
tests/test_digital_twin_ingest_validation.py
tests/test_diiid_jet_validation.py
tests/test_director_interface.py
tests/test_disruption_contracts.py
tests/test_disruption_contracts_pure.py
tests/test_disruption_edge_cases.py
tests/test_disruption_episode.py
tests/test_disruption_predictor.py
tests/test_disruption_predictor_evaluate.py
tests/test_disruption_predictor_extended.py
tests/test_disruption_predictor_fallbacks.py
tests/test_disruption_predictor_pure.py
tests/test_disruption_predictor_rng.py
tests/test_disruption_safe_api.py
tests/test_e2e_compile_to_control.py
tests/test_e2e_phase_diiid.py
tests/test_eqdsk.py
tests/test_eqdsk_psi_to_norm.py
tests/test_force_balance_3d.py
tests/test_fueling_mode.py
tests/test_full_chain_uq.py
tests/test_fusion_control_room.py
tests/test_fusion_kernel.py
tests/test_fusion_kernel_coil_ops.py
tests/test_fusion_kernel_fail_on_diverge.py
tests/test_fusion_kernel_profiles.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_h_infinity_edge_paths.py
tests/test_halo_nonfinite_guards.py
tests/test_halo_re_physics.py
tests/test_halo_validation_paths.py
tests/test_hil_harness.py
tests/test_hpc_bridge.py
tests/test_hypothesis_properties.py
tests/test_imas_adapter.py
tests/test_imas_adapter_omas.py
tests/test_integrated_transport_solver.py
tests/test_ipb98y2_benchmark.py
tests/test_jax_traceable_runtime.py
tests/test_kuramoto_edge_paths.py
tests/test_lyapunov_guard.py
tests/test_nengo_snn_wrapper.py
tests/test_neural_eq_surrogate.py
tests/test_neural_eq_training.py
tests/test_neural_equilibrium.py
tests/test_neural_equilibrium_core.py
tests/test_neural_transport.py
tests/test_neural_transport_core.py
tests/test_neuro_cybernetic_controller.py
tests/test_neuro_cybernetic_extended.py
tests/test_neurocore_v3_detection.py
tests/test_phase_kuramoto.py
tests/test_phase_properties.py
tests/test_phase_properties_extended.py
tests/test_physics_invariants.py
tests/test_plasma_knm.py
tests/test_predictor_edge_paths.py
tests/test_predictor_internals.py
tests/test_pyo3_control_bridge.py
tests/test_realtime_monitor_h5py.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_scaling_laws_edge.py
tests/test_scaling_laws_variance_guard.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_structure_edge_paths.py
tests/test_tokamak_config.py
tests/test_tokamak_digital_twin.py
tests/test_tokamak_digital_twin_ids.py
tests/test_tokamak_flight_sim.py
tests/test_torax_hybrid_loop.py
tests/test_torax_streak_disruption.py
tests/test_transport_hmode_edge.py
tests/test_transport_neoclassical_guards.py
tests/test_uncertainty.py
tests/test_uncertainty_sigma_guard.py
tests/test_validation_regression.py
tests/test_validators.py
tests/test_visualization_paths.py
tests/test_ws_phase_stream.py