QTS INITIALIZING LATTICE
QTS
Discrete Lattice Theory of Gravity

Quantum Truss Spacetime

The universe as a discrete lattice — where wormholes act as structural struts, holding spacetime together through entanglement and negative energy, and gravity emerges as load-bearing lattice tension.

3+1D
simplicial lattice
ER = EPR
struts as entanglement
τ < 0
negative-tension throats
SCROLL
THE PREMISE

If spacetime is a structure, then a wormhole is not a hole — it is a strut.

Spacetime is not a smooth, continuous fabric but a structural grid. Wormhole struts are the cross-braces; mass is a node-density gradient; gravity is the tension running through the whole truss. QTS unifies the conceptual framework, the engineering protocol for creating and detecting micro-struts, and the revised mathematical formalism — rigorous geometry cleanly separated from speculative physics.

Confidence key Rigorousstandard physics Heuristicmodelling choice Speculativeneeds experiment
01

The Lattice Spacetime Model

Heuristic

QTS treats spacetime as a discrete (3+1)-dimensional graph G = (V, E) rather than a smooth manifold. Horizontal layers are spatial slices at a discrete time t; only intrinsic edge lengths ℓ_ij and the combinatorial structure carry physical meaning — the same stance taken by Regge calculus and Causal Dynamical Triangulations.

Regular edges E_reg

Nearest-neighbour links of proper length ℓ_ij ≈ ℓ_p (the Planck length). They define the local causal structure within and between adjacent time slices.

Wormhole struts E_str

Non-local, interlayer chords acting as cross-braces in a 3D truss. They connect non-adjacent nodes, carry a tension τ_e that may be negative, and — following ER = EPR (Maldacena & Susskind, 2013) — are conjectured to be the geometric correlates of entanglement.

02

Mass as a Node-Density Gradient

Heuristic

Mass is not a quantity attached to vertices — it is the excess of nodes above the lattice mean. Where there is more matter, the lattice is locally over-populated: more nodes per unit of spatial volume than the cosmological background carries. The mass density is that surplus directly, and the mass in a region is its sum over the contained nodes:

ρ_m(x) ≡ N(x) − N̄ M(V) = Σ_(x ∈ V) ρ_m(x) · m_node

Here m_node is a single mass scale — the Planck mass times an O(1) geometric factor. Coarse-graining this over-populated region gives a weak-field metric perturbation, with no auxiliary scalar field: the perturbation is sourced by the node surplus itself, threaded along the matter's 4-velocity uₘ:

g_μν(x) = η_μν + h_μν(x) □ h_μν = − 16π G_eff · ρ_m(x) · u_μ u_ν / c²

G_eff is the emergent Newton constant, defined in the Regge section. There is no free scalar φ in this picture and none is needed: matter is the lattice, locally over-populated. A high-density cluster — like the Earth — is simply a region where N(x) ≫ N̄.

03

The Earth Cluster

Speculative

Applying QTS to Earth, we treat the planet not as a blob of matter but as a high-node-density cluster — a localized superstructure within the lattice. Three consequences follow.

Increased density

Mass creates a sink in the lattice, raising the number of potential edges between nodes.

Reinforcement

More cross-braces make a truss stiffer. Inside the cluster the lattice is far more rigid than vacuum.

Strut stability

A stiffer lattice cushions struts with interconnected tension, preventing pinch-off.

The load-bearing effect

Treating Earth as a load curves the lattice — the deficit angle δ. Whether a strut survives that curvature is not a single magic threshold but a stability condition on its effective potential V_eff(r): the strut is metastable exactly when that potential has a genuine well, and a region collapses when its magnetic stiffness falls below the critical value:

strut metastable ⇔ ∃ r* > 0 : V_eff′(r*) = 0 and V_eff″(r*) > 0 cluster collapses ⇔ k_mag(x) < k_mag,c( ρ_m(x) )

k_mag,c is the critical magnetic stiffness derived in the Throat Stabilization section. The Earth cluster sits comfortably above k_mag,c, so its throats hold; a black hole forms only when a connected region of throats drops below it. Because the cluster's mass pre-loads the lattice, less artificial negative energy is needed to open a strut there — it is energetically cheaper to seed a wormhole near a massive object, since the surrounding lattice is already stressed and primed for interconnection.

Coupling with the magnetosphere

Earth's magnetosphere is a high-energy field interacting with the lattice where node density changes rapidly (the ionosphere). It provides the natural magnetic-feedback term V_mag — positioning an apparatus here means plugging into a stabilization field that already exists from the density gradient.

04

Discrete Geometry via Regge Calculus

Rigorous

Regge calculus replaces the smooth metric g_μν with a piecewise-flat simplicial geometry whose only data are the squared edge lengths ℓ_ij². Curvature concentrates on (d−2)-dimensional hinges — triangles in 4D, edges in 3D — and is measured by the deficit angle:

S_Regge = (1 / 8πG) · Σ_h A_h · δ_h h = 2-dimensional hinge (triangle in 4D) A_h = area of hinge h δ_h = 2π − Σ_σ θ_σ(h) (deficit angle around h) θ_σ = dihedral angle of 4-simplex σ at hinge h

3D reduction. In three dimensions the hinges are edges rather than triangles, and the hinge area A_h is replaced by the edge length ℓ_h, giving S = (1 / 8πG) · Σ_h ℓ_h · δ_h. Equations of motion follow from δS / δ(ℓ_ij²) = 0, reproducing the continuum Einstein equations as ℓ_p → 0; the emergent coupling here is the G_eff used in the Mass section. The deficit angle is computed from real vertex coordinates — never hardcoded — and recovers arccos(1/3) ≈ 70.53° for a regular tetrahedron:

DEFICIT_ANGLE.PY · VERIFIED
import numpy as np

def dihedral_angle(v1, v2, v3, v4):
    # angle between triangles (v1,v2,v3) and (v1,v2,v4) along edge (v1,v2)
    e = v2 - v1
    n1 = np.cross(v3 - v1, e); n1 /= np.linalg.norm(n1)
    n2 = np.cross(e, v4 - v1); n2 /= np.linalg.norm(n2)
    return np.arccos(np.clip(n1 @ n2, -1.0, 1.0))

def regular_tetrahedron():
    return np.array([[1,1,1],[1,-1,-1],[-1,1,-1],[-1,-1,1]], dtype=float)

# Sanity check: arccos(1/3) ≈ 70.53° for a regular tetrahedron
V = regular_tetrahedron()
theta = dihedral_angle(V[0], V[1], V[2], V[3])
print(np.degrees(theta))   # -> 70.5288°
05

Wormhole Struts as Constraints

Speculative

Each strut e ∈ E_strut connects nodes that are not geodesically adjacent on the regular lattice and carries its own throat radius ℓ_e. Rather than entering as a bare length constraint, every strut contributes its own effective potential, summed over the strut set:

S_strut[ℓ] = Σ_(e ∈ E_strut) V_eff(ℓ_e) V_eff(r) = − A / r + ½ · k_mag · (r − r₀)²

Crucially, the A coefficient is not a free parameter — it is locked to the local excess density, closing the previous free-parameter loophole:

A(x) = α · ρ_m,local(x) (α : single global coupling)

The binary strut present / absent degree of freedom is a separate graph variable s_e ∈ {0, 1} — the Lagrange multiplier λ enforces that indicator, and does not act on the throat radius. The full action assembles the Regge term, a harmonic edge-length term about the lattice spacing a, the strut potentials gated by s_e, and the binary constraint:

S_total = S_Regge + Σ_e ½ k_edge (ℓ_e − a)² + Σ_e s_e · V_eff(ℓ_e) + λ · Σ_e ( s_e² − s_e )

For a traversable throat the null energy condition must be violated near the throat — in the discrete model this is what the attractive −A/r term encodes, the QTS analogue of exotic-matter sourcing. Ford–Roman quantum inequalities bound how much violation quantum field theory allows; we adopt them as constraints rather than ignore them.

06

Throat Stabilization

Rigorous

The throat radius r sits in an effective potential: an attractive lattice-tension term pulling it shut, plus the harmonic magnetic-feedback confinement around a target radius r₀.

V_eff(r) = − A / r + ½ · k_mag · (r − r₀)²

Equilibria are the stationary points; a throat is stable where the curvature is positive, which sets a lower bound on the magnetic stiffness:

equilibrium : V_eff′(r) = A/r² + k_mag (r − r₀) = 0 stability : V_eff″(r) = − 2A/r³ + k_mag > 0 ⇒ k_mag > 2A / r_eq³

The stable well and the unstable barrier are born together at a saddle-node bifurcation, where V_eff′ and V_eff″ vanish simultaneously:

r_c = ( 2A / k_c )^(1/3) A / r_c² = k_c · ( r₀ − r_c ) A = 0.6, r₀ = 1.0 ⇒ k_mag,c ≈ 4.05 , r_c ≈ 0.667 = (2/3) · r₀

Above k_mag,c ≈ 4.05 a metastable wormhole well exists; below it the strut snaps shut into a black-hole-like collapse. Drag the slider to cross the bifurcation.

V_eff(r) · saddle-node at k_mag,c = 4.05
Fig. 1Effective potential V_eff(r) of a throat. The stable well and the unstable barrier are born together at k_mag,c ≈ 4.05 — below it there is no equilibrium radius at all and the strut snaps shut. Drag to rotate.
k_mag 2.50
throat radius (rolling marble) stable well energy barrier

Triggering a controlled collapse means ramping k_mag(t) down through k_c: the well merges with the barrier, the system rolls down the cliff, and the stored energy V_eff(r_max) − V_eff(r_min) is released as the observable burst.

07

The Entanglement Cascade

Heuristic

Entanglement here is a structural dependency. When a strut collapses, the released energy propagates through the lattice — a graph of coupled oscillators obeying a damped, driven wave equation:

M · ü_i = − k_L · Σ_(j ∈ ∂i) (u_i − u_j) − γ · u̇_i + F_collapse(t)
Verlet lattice-wave propagation
Fig. 2Verlet integration of the discrete wave equation across a lattice slice after a central strut collapses. The front speed is set by the coupling stiffness k_L, not imposed — which is why the cascade has a predictable arrival time at all.
positive displacement negative displacement front spreads at c_L = √(k_L/M)
FIX

The original simulator updated u via a ¼-of-neighbours rule — a Jacobi step on the discrete Laplacian, i.e. the heat equation. The disturbance diffused away instead of propagating. The revision uses the two-time-level velocity-Verlet integrator shown above, stable under the CFL condition c_L·Δt/dx ≤ 1/√d. Because struts connect layer N to N+k, the ripple also appears as a non-local quantum jump in distant parts of the grid.

08

Detection Signature: Chirp & Burst

Heuristic

A collapsing strut deposits energy through two channels: a gravitational chirp as the lattice oscillates to fill the void, and a broadband thermal burst as the negative-energy vacuum re-thermalizes. The corrected linear-chirp phase reaches f₁ exactly at t = T:

φ(t) = 2π · ( f₀·t + (f₁ − f₀) · t² / (2T) ) f_inst(t) = f₀ + (f₁ − f₀) · t / T h_chirp(t) = e^(−t / τ_decay) · sin( φ(t) ) h_burst(t) = A_burst · exp( −(t − t_peak)² / (2σ²) ) h(t) = h_chirp(t) + h_burst(t) + n(t)
Synthetic detector signal
Fig. 3Synthetic detector output: a damped chirp plus a thermal burst riding on Gaussian noise. The point of the figure is the signal-to-noise problem, not the waveform — re-roll the noise and watch the event disappear into it.
f₁ (end) 200 Hz
gravitational chirp thermal burst combined + noise

From an observed chirp frequency and burst peak, one can work backward to the strut length L and tension τ at the moment of collapse. The two channels carry different physics: the chirp is the slow elastic relaxation of the lattice geometry through its normal modes f_n as it settles back toward flatness, while the burst is the rapid re-thermalization of the previously negative-tension vacuum. Because they occupy different time–frequency footprints, the two can be cross-correlated for noise rejection against the Earth-cluster background thrum.

CHIRP_BURST.PY · VERIFIED
import numpy as np

def linear_chirp(t, f0, f1, T, tau_decay):
    phase = 2*np.pi * (f0*t + (f1 - f0) * t**2 / (2*T))
    return np.exp(-t / tau_decay) * np.sin(phase)

def thermal_burst(t, t_peak, sigma, amp):
    return amp * np.exp(-((t - t_peak)**2) / (2*sigma**2))

t = np.linspace(0, 1.0, 2000, endpoint=False)
sig = (linear_chirp(t, f0=10, f1=200, T=1.0, tau_decay=0.2)
       + thermal_burst(t, t_peak=0.25, sigma=0.04, amp=4.0)
       + np.random.default_rng(0).normal(0, 0.08, len(t)))
09

Micro-Strut Creation & Detection Protocol

Speculative

A six-step engineering roadmap for generating and observing localized spacetime anomalies through vacuum manipulation — designed to be microscopic, with a small, lab-detectable energy release.

STEP 01
Negative Energy Generation

Produce a region of ρ < 0 via the dynamical Casimir effect — GHz-modulated superconducting mirrors or high-power, laser-driven cavities.

STEP 02
Entanglement Bridge

Establish squeezed-vacuum states or qubit-mediated entanglement between two distant cavities, letting ER = EPR manifest the bridge as geometry.

STEP 03
Throat Stabilization

Thread the throat with strong axial magnetic fields plus feedback control loops to prevent immediate pinch-off — the V_mag well from §06.

STEP 04
Earth Coupling

Position the apparatus near high-vacuum or magnetosphere X-points to leverage the natural lattice resonance of the pre-loaded Earth cluster.

STEP 05
Detection

Monitor for spacetime jitter (≈ 10⁻¹⁸ m) using atom interferometers or optical clocks tuned to the chirp's frequency band.

STEP 06
Trigger & Collapse

Ramp up fluctuations to induce a controlled collapse, observing the signature Hawking-like thermal photon burst and gravitational ripples.

10

Key Implications

Speculative
Emergent gravity

Gravity is lattice tension and compression. Mass-energy stresses the struts, diluting gravitational force across interlayer connections.

Cosmological expansion

Accelerated expansion as an average negative tension ⟨τ_strut⟩ < 0 across the cosmic lattice — an effective dark energy.

Stability & collapse

Struts are load-bearing; their collapse redistributes stress as gravitational-wave echoes or localized lattice "quakes".

Entanglement tracking

Entangled strut pairs create non-local correlations — a collapse in one region can induce decoherence or radiation bursts in distant connected nodes.

The Anisotropy Index

A high-density cluster geometrically necessitates higher lattice tension, so the node-density field carries a directional gradient structure. We define the anisotropy tensor from the gradients of N, and reduce it to a scalar invariant measuring the fractional gradient anisotropy of the field:

A_ij(x) ≡ ∇_i N(x) · ∇_j N(x) / N̄² A(x) ≡ √( A_ij A^ij ) (scalar invariant)

The graviton–photon speed difference measured from GW170817 and its electromagnetic counterpart bounds the cosmological anisotropy directly: |c_grav − c_light| / c < 10⁻¹⁵ ⇒ |A_cosmological| < 10⁻¹⁵. On Earth-scale densities A ~ 10⁻⁹ — far above the cosmological bound, yet far below the reach of current sub-millimetre gravity tests. (Abbott et al. 2017, GW170817.)

Independently, the strut normal modes give a collapse spectrum f_n = (n / 2L)·√(τ/μ); for a 1 m throat with τ = 10⁶ N and μ = 10⁻² kg/m, the fundamental f₁ = 5.0 kHz — inside the upper LIGO band.

11

Does the Math Work?

A frank accounting. The mathematics is internally consistent for computation; it exists as a theoretical abstraction, not a verified law of physics. Three tiers:

RigorousSTANDARD, VERIFIABLE

Regge action (converges to Einstein–Hilbert in the smooth limit) · deficit-angle computation verified to recover arccos(1/3) · Verlet wave propagation stable under CFL · saddle-node bifurcation of V_eff with analytic k_c · the clamped-string spectrum f_n. Morris–Thorne throat energetics are sound within current wormhole theory.

HeuristicMODELLING CHOICES

Identifying mass with ∇N is physically motivated but not derived from a fundamental theory · k_L^eff = k_L·(N/N̄)^β with β ≈ 1 is phenomenological · representing a strut's topology change by a single constraint term is a simplifying assumption · treating ER = EPR as constructive imports a conjecture as a working hypothesis.

SpeculativeREQUIRES EXPERIMENT

Macroscopic stable wormhole struts have no laboratory evidence · engineering a metastable throat with present technology runs into quantum-inequality bounds on NEC violation · Earth coupling via magnetosphere X-points is plausible for noise reduction but offers no first-principles reason to expect signal amplification.

THE VERDICT

Run the simulations and the math works perfectly to produce the plots. But QTS is a toy model — a computational heuristic for investigating quantum gravity, not a claim to have solved the universe. The geometry is rigorous; the physics is a what-if awaiting experimental input.

12

What Would Prove It Wrong

A model that cannot fail is not a model. Six observables where QTS commits to something standard General Relativity does not — each with the measurement that would settle it, and the result that would kill it.

Spacetime jitter
≈ 10⁻¹⁸ m
QTS says

The lattice breathes. Coherent light packets acquire a correlated arrival-time jitter tied to high-energy fluctuations.

Test

Dual atom interferometers and optical clocks, cross-correlated.

Falsified if

Independent instruments show no correlated jitter above their noise floor.

Collapse spectrum
kHz band
f_n = ( n / 2L ) · √( τ / μ )
QTS says

A collapsing strut chirps like a resonant bridge, with a hard high-frequency cutoff set by the Planck-scale lattice limit.

Test

High-frequency LIGO/Virgo searches against the stochastic background.

Falsified if

Candidate chirps appear with no cutoff, or a cutoff inconsistent with ℓ_p.

The lattice echo
post-ringdown
QTS says

Discreteness imprints a repeating flicker on the waveform after ringdown — the truss ringing at its own spacing.

Test

Bayesian reanalysis of the existing O3/O4 event catalogue against a null GR hypothesis.

Falsified if

The catalogue returns a null echo at the predicted amplitude.

Lorentz anisotropy
Δ → 0
μ · dΔ/dμ ≈ − b Δ
QTS says

Anisotropy is irrelevant under RG flow — it vanishes at macroscopic scales, so the lattice looks perfectly Lorentz-invariant.

Test

Photon time-of-flight dispersion in high-energy GRBs.

Falsified if

A residual anisotropy is found that does not flow to zero with scale.

Dark energy
⟨τ⟩ < 0
QTS says

Accelerated expansion is an average negative strut tension across the cosmic lattice, acting as an effective Λ.

Test

Fit the equation-of-state w(z) against wide-field survey data.

Falsified if

Measured w(z) is incompatible with a negative mean strut tension.

Site dependence
polar > equatorial
QTS says

Spontaneous micro-strut fluctuations are statistically more likely in high-density, high-magnetic-activity regions.

Test

Identical interferometers run at polar magnetosphere zones and at the equator.

Falsified if

The event rate shows no site dependence whatsoever.

THE MOCK DATA CHALLENGE

None of this requires new hardware to begin. Apply Bayesian inference to gravitational-wave data already in the archive and the lattice echo either survives the comparison or it does not. That is the whole test — and it can be run this year, on data collected years ago.

13

Open Problems

What is genuinely unresolved, in two categories: the engineering reality check, and the objections a physicist would raise first. Stated as strongly as a critic would state them.

Engineering reality
Sensitivity, in joules

How much negative energy — an actual number, in joules — is required to produce a signal above the threshold of current laboratory instruments? The protocol does not yet answer this, and everything downstream depends on it.

Environmental shielding

Isolating the apparatus from seismic and electromagnetic noise well enough to be sure the signal came from the lattice — and not from a passing truck or a solar flare. At 10⁻¹⁸ m, everything is noise.

Simulation scale

Reaching 20+ layers means abandoning the fixed grid for causal dynamical triangulation over graph data structures, with a layer-wise network over a directed acyclic graph — so topology can evolve during the run instead of being assumed flat.

Back-reaction

A collapse in layer N should create a back-reaction in layer N−1 through conservation of lattice tension. Because struts connect N to N+k, the ripple is not a neighbour-to-neighbour wave — it surfaces as a jump in a distant part of the grid, and that bookkeeping is unfinished.

Objections, steelmanned
"This is Loop Quantum Gravity with extra steps."

Partly fair. QTS shares discreteness with LQG and causal sets, and its Regge layer is common property. What is new is the load-bearing non-local strut sector — and that sector is precisely the part with no evidence. The novelty and the weakness are the same thing.

"Where does the negative energy actually come from?"

Unanswered. The Casimir effect gives a real but tiny violation, and Ford–Roman quantum inequalities cap how much any quantum field can supply. No derivation yet shows that cap leaves room for a metastable throat. Until one does, the −A/r term is a placeholder for physics we do not have.

"Any lattice breaks Lorentz invariance."

The QTS answer is that anisotropy is irrelevant under renormalization-group flow and dies at large scales. That is an argument, not a proof at all orders — and the constraints from photon dispersion are tight enough that the argument has to hold precisely, not approximately.

"Wormholes as struts is a metaphor, not a mechanism."

As it stands, yes. The strut indicator s_e is imposed by hand through a constraint term rather than emerging from a quantum theory of the graph. Until strut creation and annihilation follow from a Hamiltonian, the truss is an analogy that happens to compute.

13.8 BILLION YEARS

From the Big Bang
to a gravitational wave

One truss runs the whole history of the cosmos — a seed of energy unfolds into a sparse lattice, knots into galaxies and planets, and rings, billions of years later, when a strut collapses and a wave crosses the grid.

Singularity
01
Big Bang
t = 0
02
Inflation
lattice unfolds
03
Structure
galaxies knot
04
Planets
clusters form
05
GW event
strut rings
14 · Spacetime Architect

From observation to spacetime engineering

For a century we treated spacetime as an immutable stage — something to measure, never to touch. If geometry is an emergent truss of entanglement struts defined by stiffness (κ) and strength (γ), then the universe is not a fixed law but a physical system with parameters we might one day control. Physics shifts from a discipline of observation to one of architecture.

The core thesis

Emergence

Curvature R and spacetime dynamics aren't fundamental fields — they're macroscopic properties of the truss's collective state, set by two variables: stiffness κ and strut strength γ.

Tunability

Spacetime is a material medium, so it obeys the same physics as any engineered system. Manipulate local entanglement density and you induce curvature, focus gravitational energy, and stabilize causal structure.

Falsifiability

The lattice's discreteness imprints a "flicker" echo on high-frequency gravitational waves — a quantitative line where QTS can be tested against plain GR in current LIGO/Virgo data.

Causality constraint

A self-regulating circuit breaker: as a manipulation nears a causal paradox, the truss's restorative force rises exponentially, enforcing timeline stability through the geometry itself.

toolkit of spacetime

Gravitational refraction

Localized gradients in entanglement strength (γ) form "spacetime lenses" — refractive optics for gravity that focus gravitational-wave signals from the dawn of time.

Geometric storage

Information encoded in the lattice's entanglement entropy — woven into the structure of geometry itself, and fundamentally immune to local decoherence.

Causality protection

Approach a paradox and the lattice stiffens toward infinity — a physical "circuit breaker." The truss enforces causality by becoming rigid at the boundary of a violation.

The engineering mechanism
01

Truss loading

A civil truss distributes load through tension and compression. In QTS the load is energy–momentum. Inject high-energy coherent states into a localized region and you exert a force on the lattice nodes; the lattice answers by redistributing entanglement entropy. That redistribution is local curvature — induced without a star or a black hole anywhere in sight.

The bottleneck

Energy density. The Raychaudhuri equation says significant geometric deformation demands negative energy density — which we can currently only approximate via the Casimir effect. This is the wall every version of this program runs into.

02

The refraction of spacetime

If spacetime is a lattice it has an effective refractive index n. In vacuum n = 1; in a strained region of the truss, n varies with the local stiffness:

n(x) = n( κ(x) ) κ = κ₀ ⇒ n = 1 ∇κ ≠ 0 ⇒ gravity gradient ⇒ ray bending by Fermat's principle

Build a transition zone where κ varies spatially and light or gravitational waves entering it bend along the path of least time — at a scale set by your lattice-tuning equipment rather than by a star. The result is a static gravitational lens that can be focused and defocused by adjusting local truss tension.

03

Geometric probing

Passively sifting LIGO data is not enough. Geometric probing uses high-energy particle collisions not only to find new particles but to jostle the local truss and measure its resistance, its elasticity, and its response to stress. It also reframes the speed of light: not a hard ceiling, but a property of the lattice's current configuration. Altering the local speed of information propagation would not violate relativity — it would re-engineer the medium relativity operates through.

The mathematical formulation

The Truss Action

Geometry is derived from lattice dynamics — the "system-administration" layer of the model. The QTS action sums over every plaquette (the smallest closed loop of struts) on the graph G(V, E) of nodes V and entanglement struts E:

S_QTS = Σ_(p ∈ plaquettes) ( κ · A_p · R_p + γ · Σ_(e ∈ p) S(e) ) R_p = 2 δ_p / A_p (discrete Ricci scalar from the deficit angle δ_p)

κ (stiffness) is the coupling for gravity's degrees of freedom — the lattice analogue of 1/G. γ (strut strength) sets the entanglement-entropy cost of holding the geometry together. To recover General Relativity in the continuum, the coupling flows with scale μ:

dκ / d ln μ = β(κ) = − α κ² + …

As we scale up (μ → 0) the lattice stiffens and smooths, suppressing strut fluctuations until they are indistinguishable from continuous spacetime. For simulation, the node Hamiltonian preserves the lattice gauge symmetry:

Ĥ = Σ_(e ∋ v) ( κ ( Û_e − 1 ) + γ Ŝ_e )

Û_e is the holonomy (Wilson loop) around strut e; Ŝ_e its entanglement-entropy operator. Tuning (κ, γ) is geometric programming: too little κ and the truss melts into a high-entropy gas; too much and it freezes into a rigid crystal. Gravity lives at the critical point between.

The QTS Master Equations

3 GOVERNING LAWS
S_QTS = Σ_p ( κ A_p R_p + γ S_p )

The Lattice Action. Geometry built from strut tension and entanglement entropy.

Δ_aniso = ( v_axis − v_diag ) / v_axis

The Anisotropy Index. Fractional wave-speed gap along a lattice axis vs. its diagonal — the Lorentz-violation handle.

μ · dΔ/dμ ≈ − b Δ

The Stability Criterion. Anisotropy is "irrelevant" — it flows to zero at large scales, so the lattice looks perfectly Lorentz-invariant.

The Lattice Laboratory

RESEARCH ROADMAP
01

High-precision interferometry

Dual-interferometer setups hunt for "jitter" in coherent light packets correlated with high-energy fluctuations — detecting the lattice breathing.

02

Synthetic lattice creation

Rydberg atom arrays — programmable quantum graphs — simulate the truss to watch information tunnel through synthetic geometry and find the circuit-breaker threshold.

03

Localized curvature induction

Measure microscopic gravitational anomalies around high-energy superconducting coils, looking for the lattice response the QTS Hamiltonian predicts.

The ethical horizon

To tune the truss is to change the fundamental relationship between matter and motion. The Chronology Protection Conjecture suggests the universe may actively resist these manipulations to prevent paradoxes — and QTS gives that resistance a mechanism rather than a prohibition.

The consolation is the failure mode. Instead of an intervention triggering catastrophic vacuum decay, the lattice offers graceful degradation: an unstable warp simply meets rising stiffness, the energy requirement climbs toward the impossible, and the geometry locks into a stable, non-paradoxical state. The truss does not punish the attempt — it prices it out.

If the lattice is real, the engineering is inevitable. The question is no longer whether we can control the fabric of space — but whether we are prepared to handle the consequences of holding the controls.

CONCLUSION

Rigorous geometry. Speculative physics. A frontier worth testing.

QTS separates cleanly into a rigorous discrete-geometry layer — Regge actions, simplicial deficit angles, Verlet-integrated lattice waves, bifurcation analysis — and a speculative physics layer of strut metastability, ER = EPR as a generative principle, and dynamical-Casimir engineering. The first stands on standard ground; the second is the frontier that experimentation would adjudicate. The next steps, in priority order, are concrete and falsifiable.

1

Fix the microscopic parameters. Pin (a, k_edge, ρ₀) by matching a single external observable — the cosmological constant Λ, or the speed of gravitational waves at the LIGO band — then predict the other rather than fitting it. Until this is done, G_eff is post-diction, not prediction.

2

Kibble–Zurek defect simulation. Drive k_mag through k_mag,c at quench rate τ_Q on a 10⁵-node lattice and verify the universal scaling n_defects ∝ τ_Q^(−1/4) holds, with the expected logarithmic corrections.

3

Lattice dispersion at the cutoff. Compute the dispersion modification at q·a ~ 1 and check it against Fermi GBM photon time-of-flight bounds on Planck-scale Lorentz violation.

4

Single-strut collapse. Drive r toward r_c from above in a Schwarzschild-like collapse, record the chirp + burst signature at lattice infinity, and confirm the chirp upper frequency scales as f_max ~ 1/τ_collapse.

Selected References
01Regge, T. (1961). General relativity without coordinates. Nuovo Cimento 19, 558–571.
02Morris, M. S. & Thorne, K. S. (1988). Wormholes in spacetime. Am. J. Phys. 56, 395–412.
03Ford, L. H. & Roman, T. A. (1995). Averaged energy conditions and quantum inequalities. Phys. Rev. D 51, 4277.
04Maldacena, J. & Susskind, L. (2013). Cool horizons for entangled black holes. Fortsch. Phys. 61, 781–811.
05Ambjørn, J., Jurkiewicz, J. & Loll, R. (2005). Reconstructing the universe. Phys. Rev. D 72, 064014.
06Abbott, B. P. et al. (2017). GW170817 / GRB 170817A. ApJL 848, L13.
@  THE AUTHOR
Uncle Ted

Uncle Ted

@UncleTedTalks

"What if a wormhole isn't a hole — but a strut?"

That one stubborn question became Quantum Truss Spacetime: a full framework spanning a conceptual model, an engineering detection protocol, and a rigorously-audited mathematical formalism. This site is its living companion — built in the open, sharpened by anyone willing to poke holes in the lattice.

Discrete gravity Wormhole struts Lattice cosmology ER = EPR
CONTACT UNCLE TED

Found a flaw? Have an idea?

QTS is a toy model that gets better under scrutiny. Tell us where the math bends, what to test next, or what you'd build with a micro-strut.

Opens your mail app → wwwourstudio@gmail.com

Engineering the Truss 0:00