Skip to main content

Quantum Relativity operators

3 operators in the quantum_relativity 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
QRO1Query 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·φ)
QRO2Query 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·φ)
QRO3Query 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 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":["QRO1"],"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