Technical Companion to the Valar Pitch

The Rigorous Mathematical Engine.

What the engine is, what it computes, how it is built on published mathematics, and — just as importantly — what it does not do. No metaphors in this room. Diagrams, definitions, and the honest edges of the claim.

Plain-Language Summary

Certain chaotic quantum systems — like neutrons bouncing inside a reactor core, or electrons scattering through a damaged crystal — have energy levels that statistically match the zeros of the Riemann zeta function. That correspondence, first conjectured by Hilbert and Pólya and now supported by a century of numerical evidence, means we can borrow the deeply-studied statistics of those zeros to describe the physics. The engine turns that borrowing into a numerical recipe that runs on ordinary GPUs today — no qubits, no waiting for fault-tolerant hardware.

Everything below unpacks that paragraph. Nothing below is original mathematics; the originality is in the engineering assembly of published results into a simulation kernel with a defined I/O contract.

1 — The Bridge

Two lists of numbers that keep matching.

On the left: the imaginary parts of the non-trivial zeros of the Riemann zeta function — an infinite ladder of numbers from pure mathematics (14.1347…, 21.0220…, 25.0108…, …).

On the right: the energy eigenvalues of a chaotic quantum system — the discrete levels a bound quantum particle is allowed to sit at when its classical counterpart is chaotic.

Ordered and rescaled, the gaps between numbers in the two lists follow the same distribution (the GUE statistics of random matrix theory). The Hilbert–Pólya conjecture proposes there is a real physical operator whose spectrum is the zeta zeros. The engine does not claim to have found that operator. It uses the match as a working correspondence, in the same way engineers used thermodynamics for a century before statistical mechanics justified it.

ζ zeros (Im)Energy levels14.1321.0225.0130.4232.9437.5840.9243.33
Fig. 1 — Level-spacing correspondence (illustrative, not to scale).
2 — Primes Become Orbits

Gutzwiller's trace formula: the dictionary.

p=2p=3p=5p=7
Fig. 2 — Primes as primitive periodic orbits (schematic).

Martin Gutzwiller's semiclassical trace formula (1971) expresses the density of energy levels of a chaotic quantum system as a sum over the periodic orbits of its classical counterpart. Each orbit contributes a wave whose frequency is the orbit's action and whose amplitude depends on how unstable the orbit is.

In the Riemann analogue, the primes play the role of the primitive periodic orbits, and their powers play the role of the orbit repetitions. That is not a metaphor — the explicit formulas of analytic number theory have exactly the same structure as Gutzwiller's sum.

The engineering payoff: instead of Monte Carlo sampling a neutron trajectory a billion times, we sum a truncated series of periodic orbits and get a deterministic estimate of the spectrum — the quantity most safety and lattice-damage models actually need.

3 — The Classical Emulation Kernel

What actually runs on a GPU.

Nothing about the engine requires a quantum computer. The kernel is a well-known classical routine: build a large sparse Hermitian matrix that encodes the geometry and interaction potentials of the system, then extract the parts of its spectrum you care about using Chebyshev polynomial filtering (a standard technique from computational physics, e.g. KPM — the Kernel Polynomial Method). The Riemann bridge tells us which statistics to expect and lets us truncate aggressively without losing fidelity.

Mesh + materials
Sparse Hermitian assembly
Chebyshev spectral filter
Orbit-sum correction
Deterministic observables
Fig. 3 — GPU-resident emulation pipeline. Every stage is standard numerical linear algebra.
Input

Geometry (mesh), material composition, boundary conditions, energy window of interest. Same inputs your existing pipelines already produce.

Kernel

Sparse Hermitian assembly → Chebyshev-filtered spectral density → orbit-truncated correction from the trace formula. Runs on standard multi-GPU clusters.

Output

Deterministic spectral density of states, transport coefficients, and damage-rate estimates on the same mesh — no stochastic noise floor to average out.

4 — Physical Observables It Predicts
Neutron spectral density in a TRISO pebble bed
via Sum over closed geodesics of the reactor cavity, weighted by scattering cross-sections.
Radiation-induced defect density in silicon carbide
via Level-spacing statistics of the damaged lattice Hamiltonian; deviations from GUE flag phase transitions.
Reaction rate for sulfur–iodine thermochemical loops
via Density of transition states at target temperature via spectral filtering of the potential-energy surface.
Thermal conductivity of the fuel matrix at operating T
via Kubo formula evaluated on the same filtered spectrum — no separate MD run required.
5 — Honest Limits

What the engine is not.

  • It is not a proof of the Riemann Hypothesis and does not depend on one. The correspondence is used as a statistical prior, not as a theorem.
  • It is not a universal replacement for Monte Carlo. For strongly non-equilibrium transient events (a fast excursion, a rapid geometry change) MC remains authoritative; the engine accelerates the steady-state and quasi-static regimes that dominate certification work.
  • It does not require quantum hardware. Anyone claiming a near-term quantum advantage for reactor simulation is over-selling the roadmap. The engine deliberately trades that promise for GPU code that runs today.
  • The orbit sum must be truncated. Truncation error is bounded by the length of the shortest omitted orbit and is reported alongside every output — no hidden confidence.