Plasma Physics operators
11 operators in the plasma_physics category of the live registry. Each is a named formula you can compose inside a state contract or call directly through POST /api/zeq/compute. KO42 is always on; add up to three more per call (total ≤ 4), per the 7-step protocol.
| 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 with one of these
curl -sS -X POST https://zeqsdk.com/api/zeq/compute \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{"operators":["XIION_1"],"inputs":{}}'
The response carries the bare physics value, its unit and uncertainty, the generated master equation, and a signed envelope you can verify on any node.
See also
- The solvers — how an operator becomes a physical answer
- Operator selection — how a query picks operators
- All categories — the full reference index