Skip to main content

Plasma Physics operators

11 operators in the plasma_physics category of the live registry. Compose them in a contract or call POST /api/zeq/computeKO42 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.

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 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