Temporal operators
5 operators in the temporal 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 solveTEMP — 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 |
|---|---|---|
CHI0 | Temporal susceptibility operator 0: magnetization-to-field ratio (M/H) for time-domain magnetic response at t=0. | ∂²χ/∂t² + (2π·1.287)²χ |
TNO1 | Temporal node operator 1: cumulative time integral of the first temporal mode function f(t). | S = \frac{cA^z}{1 + dA^z}, \quad z \approx 0.25 \text{ for tropical forests} |
TNO6 | Temporal node operator 6: cumulative time integral of the sixth temporal mode function f(t). | C_{effective} = \sum_{i=1}^n w_i \cdot \exp\left[-\frac{d_i}{\lambda_i}\right] \cdot A_i |
TNO8 | Temporal node operator 8: cumulative time integral of the eighth temporal mode function f(t). | V_{total} = \sum_i A_i \cdot \sum_j v_{ij} \cdot Q_{ij} \cdot (1 - D_{ij}) |
ZTB1 | Zeq timebase bridge: converts between Unix time and Zeq time (Zeqonds) using kappa_conv=0.777 scaling with phi phase offset. | t_{target} = t_{source} × κ_{conv} + φ_{offset}, where κ_{conv} = 0.777 (Unix→Zeq) or 1/0.777 (Zeq→Unix) |
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":"CHI0"}'
See also
- The solvers — the coverage map and the ODE fallback
- The honesty contract — compute, ask, or refuse
- All operator categories