What a "realisation" is, made executable

Realisations of QIQT-H — runnable toy models

QIQT-H is best read as a boundary theory: a small postulate core (the (Φ,λ)(\Phi,\lambda) ontology, quantum equilibrium, and finite regional capacity) plus a family of necessary conditions on the record structure of any quantum theory. A realisation is then a generative model — a constructive field theory, the Standard Model, a quantum-spacetime construction — whose regional data, encoded into the finite-capacity microstate space, satisfies those conditions. (See the theory and the formalization.)

The cleanest way to see what that means is to build the smallest realisations and check the boundary conditions exactly. Two short, fully runnable SymPy scripts do precisely that. Together they draw the exact line between what a finite realisation gives you and what the Einstein field equations actually require.

The minimal finite realisation

scripts/qiqth_minimal_realisation.pyone fermionic CAR mode (a qubit code C=C2C=\mathbb{C}^2) isometrically embedded, V:C2CNV:\mathbb{C}^2\hookrightarrow\mathbb{C}^N, into a finite microstate memory HR=CN\mathcal{H}_R=\mathbb{C}^N. It is the smallest object that exercises every boundary condition — and, being one exact-CAR mode, it fits a finite sector perfectly. The script constructs the objects and verifies, symbolically and exactly, each condition (each tagged with its machine-checked Lean theorem):

Three composition checks confirm the program stays consistent under combination:

That is as far as a finite realisation reaches: it carries the kinematic and the thermal boundary conditions — including δS=ηδA\delta S=\eta\,\delta A — but it yields no Einstein equations.

The minimal gravitational realisation — where GR appears

scripts/qiqth_gr_realisation.py — the continuum object that does reach GR: the free Klein–Gordon field on a pp-wave background, ds2=H(u,x,y)du2+2dudv+dx2+dy2ds^2=H(u,x,y)\,du^2+2\,du\,dv+dx^2+dy^2 (matching the Lean capstone qiqt_gr_ppwave_showcase). The script verifies Jacobson’s “Einstein equation as an equation of state”, symbolically and end to end:

  1. Geometry — Christoffel \to Ricci \to Einstein tensor: R=0R=0, Guu=122HG_{uu}=-\tfrac12\nabla^2_\perp H, all other Gμν=0G_{\mu\nu}=0.
  2. Conservation — the contracted Bianchi identity μGμν=0\nabla^\mu G_{\mu\nu}=0 (what fixes Λ\Lambda and lets a local Clausius relation become a field equation).
  3. The null-cone lemma — a symmetric SS with Sμνkμkν=0S_{\mu\nu}k^\mu k^\nu=0 for all null kk must be S=fgS=f\,g (verified on Minkowski with nine null directions). This is what turns the per-direction Clausius relation into a tensor equation.
  4. The equation of stateδQ=TδS\delta Q=T\,\delta S, with the QIQT-H inputs that are theorems (δS=ηδA\delta S=\eta\,\delta A from DifferentialAreaLaw, the 1/41/4 from SakharovRatio) and the Unruh temperature discharged for the free field (Fock.OneParticleBW), closes to the explicit Einstein equation:

122H  =  8πG(uϕ)2.-\tfrac12\,\nabla^2_\perp H \;=\; 8\pi G\,(\partial_u\phi)^2 .

So GR is a property of the continuum realisation — the one that supplies the smooth metric and the Raychaudhuri area derivative δARkk\delta A\leftrightarrow R_{kk} that no finite toy contains. It is a conditional derivation: the labelled residuals (the matter equation of motion, the capacity postulate (P4), the localization map, the reference-state identification, and the value of GG) remain inputs.

What the two toys show together

QIQT-H says what must hold of any region’s records; a realisation is what makes it hold — and a gravitational realisation is one that also carries the continuum structure from which the Einstein equations follow.

Both scripts are exact-symbolic (no floating point) and run to completion with every check passing. They live in scripts/ alongside the machine-checked Lean substrate.