Nuclear operators
8 operators in the nuclear 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 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.
| Operator | Description | Equation |
|---|---|---|
NP1 | Radioactive decay law: number of undecayed nuclei decreases exponentially with time. | N(t) = N_0 e^{-\lambda t} |
NP2 | Half-life: time for half the radioactive nuclei in a sample to decay. | t_{1/2} = \frac{\ln 2}{\lambda} |
NP3 | Mass-energy equivalence: energy released in nuclear reactions from mass defect. | E = \Delta m \cdot c^2 |
NP4 | Radioactive activity: decay rate equals decay constant times number of atoms. | \text{Activity} = \lambda N |
NP5 | Nuclear binding energy: mass defect times c², measuring nuclear stability. | BE = (Zm_p + Nm_n - M)c^2 |
NPP | Nuclear HulyaPulse operator at the Zeq 1.287 Hz resonance frequency. | f_{pulse}^{(888)} = 1.287 \text{ Hz} |
NT190 | Nuclear counting operator summing particle counts across 190 detection channels. | N_T = \sum_{i=1}^{190} n_i |
NX5 | Faraday'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
- The solvers — the coverage map and the ODE fallback
- The honesty contract — compute, ask, or refuse
- All operator categories