Molecular Kinetics operators
1 operator in the molecular_kinetics 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 solveSM — 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 |
|---|---|---|
MK02 | Linear-decay kinetics operator: a core amplitude with exponential growth e^(0.15φ) and HulyaPulse-cosine modulation. | LDO₀₁ = (L_core · e^(0.15·φ)) · cos(2π·1.287·φ) · Ψ_c |
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":"MK02"}'
See also
- The solvers — the coverage map and the ODE fallback
- The honesty contract — compute, ask, or refuse
- All operator categories