Plasma Physics operators
11 operators in the plasma_physics category of the live registry. Compose them in a contract or call POST /api/zeq/compute — KO42 is always on, plus up to three more per call.
How it computes: dedicated closed-form solver solvePlasma — real equations over CODATA-2018 constants; where an operator needs a series/matrix/field a scalar cannot express, it refuses honestly. See the solvers.
| Operator | Description | Equation |
|---|---|---|
XIION_1 | Plasma ion spectral transform operator for frequency-domain analysis of ion dynamics. | \Xi_{1} = \int_0^\infty \psi(t)e^{-i\omega t}dt |
XIION_10 | Tenth plasma ion spectral operator for neoclassical transport coefficient calculation. | \Xi_{10} = \int_0^\infty \psi(t)e^{-i\omega t}dt |
XIION_11 | Eleventh plasma ion spectral operator for turbulent transport modeling in tokamak plasmas. | \Xi_{11} = \int_0^\infty \psi(t)e^{-i\omega t}dt |
XIION_2 | Second plasma ion spectral operator for ion cyclotron resonance analysis. | \Xi_{2} = \int_0^\infty \psi(t)e^{-i\omega t}dt |
XIION_3 | Third plasma ion spectral operator for lower hybrid wave propagation. | \Xi_{3} = \int_0^\infty \psi(t)e^{-i\omega t}dt |
XIION_4 | Fourth plasma ion spectral operator for ion acoustic wave damping. | \Xi_{4} = \int_0^\infty \psi(t)e^{-i\omega t}dt |
XIION_5 | Fifth plasma ion spectral operator for magnetosonic wave propagation. | \Xi_{5} = \int_0^\infty \psi(t)e^{-i\omega t}dt |
XIION_6 | Sixth plasma ion spectral operator for ion Bernstein wave analysis. | \Xi_{6} = \int_0^\infty \psi(t)e^{-i\omega t}dt |
XIION_7 | Seventh plasma ion spectral operator for drift wave instability computation. | \Xi_{7} = \int_0^\infty \psi(t)e^{-i\omega t}dt |
XIION_8 | Eighth plasma ion spectral operator for ion temperature gradient mode analysis. | \Xi_{8} = \int_0^\infty \psi(t)e^{-i\omega t}dt |
XIION_9 | Ninth plasma ion spectral operator for trapped particle mode computation. | \Xi_{9} = \int_0^\infty \psi(t)e^{-i\omega t}dt |
Compute one — a real call
Ask the operator which inputs it needs (the honesty contract refuses empty inputs rather than inventing them):
curl -sS -X POST https://zeqsdk.com/api/zeq/operator-spec \
-H "Content-Type: application/json" \
-d '{"operator":"XIION_1"}'
See also
- The solvers — the coverage map and the ODE fallback
- The honesty contract — compute, ask, or refuse
- All operator categories