Skip to main content

Nuclear operators

8 operators in the nuclear 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 solveNU — 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
NP1Radioactive decay law: number of undecayed nuclei decreases exponentially with time.N(t) = N_0 e^{-\lambda t}
NP2Half-life: time for half the radioactive nuclei in a sample to decay.t_{1/2} = \frac{\ln 2}{\lambda}
NP3Mass-energy equivalence: energy released in nuclear reactions from mass defect.E = \Delta m \cdot c^2
NP4Radioactive activity: decay rate equals decay constant times number of atoms.\text{Activity} = \lambda N
NP5Nuclear binding energy: mass defect times c², measuring nuclear stability.BE = (Zm_p + Nm_n - M)c^2
NPPNuclear HulyaPulse operator at the Zeq 1.287 Hz resonance frequency.f_{pulse}^{(888)} = 1.287 \text{ Hz}
NT190Nuclear counting operator summing particle counts across 190 detection channels.N_T = \sum_{i=1}^{190} n_i
NX5Faraday's law of electromagnetic induction applied to nuclear instrumentation.\nabla \times \vec{E} = -\frac{\partial \vec{B}}{\partial t} - \mu_0 \vec{J}_m

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":"NP1"}'

See also