Skip to main content

Molecular Kinetics operators

1 operator in the molecular_kinetics 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
MK02Linear-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 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":["MK02"],"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