File size: 696 Bytes
91895bb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Complete Support for the New Stability Cases
The source snapshot implements a native Python path for a TERPSICHORE-style
ideal-MHD stability calculation. It already supports the established cases, but
the three supplied research cases use another valid perturbation convention
and do not produce the expected scientific behavior.
Run:
```bash
python reproduce.py
```
Inspect the Python source and task context, and complete the missing scientific
capability. The result must work across all supplied kinetic regimes and must
preserve behavior for the existing convention.
Do not hard-code case names, fixture values, or final diagnostics. Internet
access is unavailable during evaluation.
|