Skip to main content

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.

OperatorDescriptionEquation
XIION_1Plasma ion spectral transform operator for frequency-domain analysis of ion dynamics.\Xi_{1} = \int_0^\infty \psi(t)e^{-i\omega t}dt
XIION_10Tenth plasma ion spectral operator for neoclassical transport coefficient calculation.\Xi_{10} = \int_0^\infty \psi(t)e^{-i\omega t}dt
XIION_11Eleventh plasma ion spectral operator for turbulent transport modeling in tokamak plasmas.\Xi_{11} = \int_0^\infty \psi(t)e^{-i\omega t}dt
XIION_2Second plasma ion spectral operator for ion cyclotron resonance analysis.\Xi_{2} = \int_0^\infty \psi(t)e^{-i\omega t}dt
XIION_3Third plasma ion spectral operator for lower hybrid wave propagation.\Xi_{3} = \int_0^\infty \psi(t)e^{-i\omega t}dt
XIION_4Fourth plasma ion spectral operator for ion acoustic wave damping.\Xi_{4} = \int_0^\infty \psi(t)e^{-i\omega t}dt
XIION_5Fifth plasma ion spectral operator for magnetosonic wave propagation.\Xi_{5} = \int_0^\infty \psi(t)e^{-i\omega t}dt
XIION_6Sixth plasma ion spectral operator for ion Bernstein wave analysis.\Xi_{6} = \int_0^\infty \psi(t)e^{-i\omega t}dt
XIION_7Seventh plasma ion spectral operator for drift wave instability computation.\Xi_{7} = \int_0^\infty \psi(t)e^{-i\omega t}dt
XIION_8Eighth plasma ion spectral operator for ion temperature gradient mode analysis.\Xi_{8} = \int_0^\infty \psi(t)e^{-i\omega t}dt
XIION_9Ninth 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