LICENSE
README.md
pyproject.toml
setup.py
src/scpn_fusion/__init__.py
src/scpn_fusion.egg-info/PKG-INFO
src/scpn_fusion.egg-info/SOURCES.txt
src/scpn_fusion.egg-info/dependency_links.txt
src/scpn_fusion.egg-info/entry_points.txt
src/scpn_fusion.egg-info/requires.txt
src/scpn_fusion.egg-info/top_level.txt
src/scpn_fusion/control/__init__.py
src/scpn_fusion/control/advanced_soc_fusion_learning.py
src/scpn_fusion/control/analytic_solver.py
src/scpn_fusion/control/digital_twin_ingest.py
src/scpn_fusion/control/director_interface.py
src/scpn_fusion/control/disruption_predictor.py
src/scpn_fusion/control/fueling_mode.py
src/scpn_fusion/control/fusion_control_room.py
src/scpn_fusion/control/fusion_optimal_control.py
src/scpn_fusion/control/fusion_sota_mpc.py
src/scpn_fusion/control/neuro_cybernetic_controller.py
src/scpn_fusion/control/spi_mitigation.py
src/scpn_fusion/control/tokamak_digital_twin.py
src/scpn_fusion/control/tokamak_flight_sim.py
src/scpn_fusion/control/torax_hybrid_loop.py
src/scpn_fusion/core/__init__.py
src/scpn_fusion/core/_rust_compat.py
src/scpn_fusion/core/compact_reactor_optimizer.py
src/scpn_fusion/core/divertor_thermal_sim.py
src/scpn_fusion/core/eqdsk.py
src/scpn_fusion/core/equilibrium_3d.py
src/scpn_fusion/core/fieldline_3d.py
src/scpn_fusion/core/fno_training.py
src/scpn_fusion/core/fno_turbulence_suppressor.py
src/scpn_fusion/core/force_balance.py
src/scpn_fusion/core/fusion_ignition_sim.py
src/scpn_fusion/core/fusion_kernel.py
src/scpn_fusion/core/geometry_3d.py
src/scpn_fusion/core/global_design_scanner.py
src/scpn_fusion/core/gpu_runtime.py
src/scpn_fusion/core/gyro_swin_surrogate.py
src/scpn_fusion/core/hall_mhd_discovery.py
src/scpn_fusion/core/heat_ml_shadow_surrogate.py
src/scpn_fusion/core/integrated_transport_solver.py
src/scpn_fusion/core/lazarus_bridge.py
src/scpn_fusion/core/mhd_sawtooth.py
src/scpn_fusion/core/neural_equilibrium.py
src/scpn_fusion/core/neural_transport.py
src/scpn_fusion/core/quantum_bridge.py
src/scpn_fusion/core/rf_heating.py
src/scpn_fusion/core/sandpile_fusion_reactor.py
src/scpn_fusion/core/stability_analyzer.py
src/scpn_fusion/core/turbulence_oracle.py
src/scpn_fusion/core/uncertainty.py
src/scpn_fusion/core/vibrana_bridge.py
src/scpn_fusion/core/wdm_engine.py
src/scpn_fusion/diagnostics/__init__.py
src/scpn_fusion/diagnostics/forward.py
src/scpn_fusion/diagnostics/run_diagnostics.py
src/scpn_fusion/diagnostics/synthetic_sensors.py
src/scpn_fusion/diagnostics/tomography.py
src/scpn_fusion/engineering/__init__.py
src/scpn_fusion/engineering/balance_of_plant.py
src/scpn_fusion/engineering/cad_raytrace.py
src/scpn_fusion/io/__init__.py
src/scpn_fusion/io/imas_connector.py
src/scpn_fusion/nuclear/__init__.py
src/scpn_fusion/nuclear/blanket_neutronics.py
src/scpn_fusion/nuclear/nuclear_wall_interaction.py
src/scpn_fusion/nuclear/pwi_erosion.py
src/scpn_fusion/nuclear/temhd_peltier.py
src/scpn_fusion/scpn/__init__.py
src/scpn_fusion/scpn/artifact.py
src/scpn_fusion/scpn/compiler.py
src/scpn_fusion/scpn/contracts.py
src/scpn_fusion/scpn/controller.py
src/scpn_fusion/scpn/structure.py
tests/test_advanced_soc_fusion_learning.py
tests/test_analytic_solver.py
tests/test_blanket_neutronics.py
tests/test_control_resilience_campaign.py
tests/test_controller.py
tests/test_diagnostics.py
tests/test_digital_twin_ingest_runtime.py
tests/test_director_interface.py
tests/test_disruption_model_checkpoint.py
tests/test_disruption_predictor_rng.py
tests/test_disruption_toroidal_features.py
tests/test_eqdsk.py
tests/test_equilibrium_3d.py
tests/test_fieldline_3d.py
tests/test_fno_training.py
tests/test_forward_diagnostics_guards.py
tests/test_fueling_mode_runtime.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_gai_01_turbulence_surrogate.py
tests/test_gai_02_torax_hybrid.py
tests/test_gai_03_heat_ml_shadow.py
tests/test_gdep_01_digital_twin_hook.py
tests/test_gdep_02_gpu_integration.py
tests/test_gdep_03_blind_validation.py
tests/test_gdep_05_release_readiness.py
tests/test_geometry_3d.py
tests/test_gmvr_01_compact_constraints.py
tests/test_gmvr_02_temhd_divertor.py
tests/test_gmvr_03_stellarator_extension.py
tests/test_gneu_01_benchmark.py
tests/test_gneu_02_anomaly.py
tests/test_gneu_03_fueling_mode.py
tests/test_hpc_bridge.py
tests/test_hypothesis_properties.py
tests/test_neural_transport.py
tests/test_neuro_cybernetic_controller.py
tests/test_nuclear_package_exports.py
tests/test_nuclear_wall_interaction.py
tests/test_physics.py
tests/test_pwi_erosion.py
tests/test_pwi_erosion_runtime.py
tests/test_rmse_dashboard.py
tests/test_run_diagnostics.py
tests/test_scpn_compiler.py
tests/test_scpn_pid_mpc_benchmark.py
tests/test_spi_mitigation.py
tests/test_spi_mitigation_runtime.py
tests/test_synthetic_sensors.py
tests/test_temhd_peltier.py
tests/test_temhd_peltier_runtime.py
tests/test_tokamak_digital_twin.py
tests/test_tokamak_flight_sim.py
tests/test_tomography.py
tests/test_uncertainty.py
tests/test_validation_regression.py
tests/test_version_metadata.py