Quantum Gravity operators
2 operators in the quantum_gravity 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.
| Operator | Description | Equation |
|---|---|---|
QGO7 | Quantum geometry operator: metric line element with Planck-length minimum distance, discretizing spacetime at the Planck scale. | ds^2 = g_{\mu\nu} dx^\mu dx^\nu \rightarrow \Delta s \geq l_P |
QGO8 | Universal wavefunction operator: Schrodinger equation with composite Hamiltonian unifying gravity, matter, and quantum corrections. | i\hbar \frac{\partial \Psi}{\partial t} = \hat{H}\Psi, \quad \hat{H} = \hat{H}{gravity} + \hat{H}{matter} + \hat{H}_{quantum} |
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":["QGO7"],"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
- The solvers — how an operator becomes a physical answer
- Operator selection — how a query picks operators
- All categories — the full reference index