Simulations
The Quantum Family Tree conjecture makes testable predictions about the structure of mutual information in recursive quantum branching networks. The simulations below test those predictions at increasing scale, culminating in depth-12 GPU results (4,096 leaves, 8.4 million pairs, 20-tree ensembles).
All source code: github.com/kevin-nothing-matters/QFT
Two Universal Scaling Laws
Law 1 — Mean Decay: ⟨MI⟩ ∝ exp(−α · dG) with α ≈ 1.2, R² > 0.999. The average entanglement field defines the smooth geometric backbone of emergent spacetime.
Law 2 — Divergent Fluctuation Law: σ/μ grows from 0.351 at dG = 2 to 18.6 at dG = 24. The near-field is universal across all random instances. The far-field is wildly variable. These fluctuations are the signal — the analog of primordial density perturbations that seed cosmic structure.
Method (v6 — Verified)
Each internal node implements a branching CPTP map expressed as two Kraus operators A0, A1 of shape (4×4). The distance metric is dG = 2 × (depth − k) where k is the depth of the lowest common ancestor — the true graph distance through the tree. Verified against depth-4 ground truth to machine precision (max_err = 1.11×10−15).
Simulations ran on NVIDIA H100 SXM5 GPUs (RunPod) using CuPy for batched computation. Depth-12 results parallelized across 10 GPU pods (2 trees each), completing in approximately 2 hours.
System Sizes
| Depth | Leaves | Pairs/Tree | Trees | Infrastructure |
|---|---|---|---|---|
| 4 | 16 | 120 | 20 | CPU |
| 6 | 64 | 2,016 | 20 | CPU |
| 8 | 256 | 32,640 | 20 | CPU |
| 10 | 1,024 | 523,776 | 20 | CPU/GPU |
| 12 | 4,096 | 8,386,560 | 20 | H100 GPU ×10 |
Result 1: First Law of Entanglement Entropy
The most significant result. The Faulkner–Van Raamsdonk theorem derives linearized Einstein equations from a single structural assumption: the first law of entanglement entropy δS(A) = Tr(δρA · HA) holds for all boundary regions A. Our discrete branching model reproduces this relation numerically.
First Law Result (depth 4, 21 perturbation tests)
δ⟨H⟩/δS = 1.0068 ± 0.0147
The convergence is systematic: as ε halves, the deviation from 1.0 halves, confirming first-order scaling. At ε = 0.001, the ratio converges to 1.001–1.006 across all tested pairs. This is the algebraic signature of a genuine linearized identity rather than a numerical coincidence.
The model does not satisfy all conditions of the Faulkner–Van Raamsdonk theorem (it lacks a continuum QFT, geometric modular Hamiltonians, and AdS asymptotics). But it satisfies the discrete analogue of the key structural input. This is the result most likely to interest quantum gravity researchers.
Result 2: Divergent Fluctuation Law (Depth 12, 20 Trees)
Combined fluctuation spectrum averaged across 20 independent depth-12 trees (168 million pair measurements).
| dG | Mean σ/μ | Std of σ/μ | Min | Max |
|---|---|---|---|---|
| 2 | 0.351 | 0.004 | 0.343 | 0.357 |
| 4 | 0.832 | 0.009 | 0.820 | 0.851 |
| 6 | 1.303 | 0.017 | 1.279 | 1.333 |
| 8 | 1.862 | 0.063 | 1.782 | 1.985 |
| 10 | 2.625 | 0.120 | 2.460 | 2.864 |
| 12 | 3.671 | 0.311 | 3.319 | 4.345 |
| 14 | 4.571 | 0.415 | 4.045 | 5.410 |
| 16 | 6.270 | 0.846 | 5.109 | 7.716 |
| 18 | 7.856 | 0.599 | 7.062 | 9.240 |
| 20 | 11.054 | 1.660 | 9.075 | 13.802 |
| 22 | 14.685 | 3.510 | 9.820 | 19.063 |
| 24 | 18.613 | 4.686 | 10.752 | 26.426 |
The near-field universality is the key observation. At dG = 2, the std of σ/μ across 20 independent random trees is 0.004. Twenty different universes with twenty different random unitary sequences produce the same coefficient of variation at short range to 3 significant figures. This is a law. The far-field divergence — σ/μ = 18.6 at dG = 24 — means some maximally separated pairs retain entanglement orders of magnitude above the mean. Those outliers are the physics.
Result 3: Ultrametricity
Ultrametricity Score (depth 8, 1 million triple checks)
U = 0.983 ± 0.006
The information distance dI(i,j) = −log MI(i,j) satisfies the ultrametric strong triangle inequality for 98.3% of triples. Median isosceles ratio R = 0.000; R < 0.05 for 97.7% of triples. This places the emergent geometry in the same mathematical class as p-adic spaces and Bruhat–Tits trees, the structures used in p-adic holography (Gubser et al. 2017).
Result 4: Boundary Entropy Scaling
Boundary Entropy (depth 8, RT prediction: S(l) = (c/3)·log(l))
c = 2.836 | R² = 0.9986
Each doubling of interval length l increases boundary entropy by approximately 0.65 nats, consistent with (c/3)·log(2) = 0.655. This logarithmic scaling emerged from Haar-random branching dynamics without being assumed — it is the Ryu-Takayanagi prediction for a hyperbolic bulk.
Result 5: Mean Decay Law
Mean MI Decay (depths 4–12)
⟨MI⟩ ∝ exp(−α · dG), α ≈ 1.2, R² > 0.999
Monotonic MI decay (strictly decreasing with dG) observed in 100% of trials at all depths. The decay exponent α ≈ 1.2 is stable across depths 4–12. No theoretical derivation of this value exists; deriving α from the branching structure and Haar unitary ensemble is the central open problem.