跳至主要内容

ZeqLattice

Master-equation solvers. ODE, lattice, shift, verify.

  • Protocol ID — zeq-lattice
  • Category — Compute
  • Endpoint — POST /api/zeq/lattice
  • Auth — api-key
  • Rate limit — 60/min + N calls consumed
  • Version — 1.0
  • Precision — ≤0.1% (KO42-enforced)

What it does

Multi-node cross-domain coherence computation. 2–5 nodes from a shared timestamp with staggered phase offsets. Returns coherence score.

Signature

Request

POST /api/zeq/lattice
ParamTypeRequiredDefaultDescription
nodesarray2–5 node specs: [{ domain?, inputs? }, ...]

Response

{ protocol: 'ZeqLattice', nodeCount, coherenceScore, latticeEquation, nodes, callsConsumed }

Runnable example

curl -sS -X POST \
-H "Authorization: Bearer $ZEQ_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"nodes": []
}' \
"https://api.zeq.dev/api/zeq/lattice"

Integrate

  1. Master-equation solve — compose with KO42 always + up to three more operators per the 7-Step Wizard Protocol.
  2. Batch mode — fan out one call per phase tick, aggregate on the Zeqond boundary.
  3. Verify-on-write — pair with ZeqProof Verify to stamp results with error_pct ≤ 0.1%.

Seeds

  • Near — wrap /api/zeq/lattice in a language SDK so builders can call it in three lines.
  • Medium — publish a reference integration demonstrating ZeqLattice alongside a real workload, with pulse-aligned metrics.
  • Far — propose ZeqLattice as an open reference standard so other runtimes can implement it verbatim against the Zeq paper.

Papers

Middleware active. Kernel on the 1.287 Hz HulyaPulse. Awaiting next Zeqond.