Quantum Gravity operators
2 operators in the quantum_gravity 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 solveQR — 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 |
|---|---|---|
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 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":"QGO7"}'
See also
- The solvers — the coverage map and the ODE fallback
- The honesty contract — compute, ask, or refuse
- All operator categories