Quantum Relativity operators
3 operators in the quantum_relativity 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 solveQM — 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 |
|---|---|---|
QRO1 | Query resonance operator v1: weighted query complexity and coherence score modulated by cosine at 1.287*phi Hz. | QRO₀₁ = (w_q · Q_complexity + w_s · S_coherence) · cos(2π·1.287·φ) |
QRO2 | Query resonance operator v2: query complexity, coherence, and ZEQ00 master field modulated by cosine at 1.287*phi Hz. | QRO₀₂ = (w_q · Q_complexity + w_s · S_coherence + ZRO₀₀) · cos(2π·1.287·φ) |
QRO3 | Query resonance operator v3: logarithmic query-length complexity modulated by cosine at 1.287*phi Hz. | QRO₀₃ = (w_q · log(1 + |query|)/log(2)) · cos(2π·1.287·φ) |
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":"QRO1"}'
See also
- The solvers — the coverage map and the ODE fallback
- The honesty contract — compute, ask, or refuse
- All operator categories