Jupyter notebooks, tutorial scripts, Streamlit dashboard, and CLI commands. Every major feature has a worked example.
Rendered from the repository's examples/ series — viewable right here with plots, tables and code.
| Script | Description | Lines |
|---|---|---|
| tutorial_01_basic_pid.py | Minimal PID controller on a simple tokamak model. 5 minutes to first result. | 85 |
| tutorial_02_gs_equilibrium.py | Solve GS equilibrium, plot flux surfaces, extract q-profile and pressure. | 120 |
| tutorial_03_phase_sync.py | Kuramoto synchronisation with Knm, animate phase evolution. | 95 |
| tutorial_04_mpc_control.py | MPC with 20-step horizon on digital twin. Compare with PID baseline. | 140 |
| tutorial_05_rust_speedup.py | Benchmark Python vs Rust backends. Reproduce speedup table. | 75 |
| tutorial_06_full_scenario.py | End-to-end: equilibrium → transport → stability → controller → simulation. | 200 |