Skip to content

JackDMenendez/discrete-causal-lattice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

124 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

discrete-causal-lattice

A discrete computational framework for fundamental physics.

Physics emerges from three axioms applied to a 3D octahedral lattice:

  1. Unity (A=1): amplitude is conserved at every tick
  2. Locality: information propagates only between adjacent nodes
  3. Phase (U(1)): each particle carries an internal clock

Every particle has its own tick counter. Gravity is clock density. The observer is a clock. Measurement is irreversible because you cannot un-add a clock.

Paper

Geometry First: Quantum Mechanics, Gravity, and the Origin of the Standard Model from a Single Conservation Law — Paper I of the A=1 Discrete Causal Lattice series.

Structure

paper/          LaTeX source (main.tex + sections/)
src/core/       OctahedralLattice, CausalSession, PhaseOscillator,
                TickScheduler, UnityConstraint
src/experiments/ exp_00 through exp_06
src/utilities/  path_counter, lattice_calibrator, visualizer
notes/          working notes on key ideas

Running the Audit

python audit_universe.py

Status

Released at v1.01 (Zenodo doi.org/10.5281/zenodo.20291342; prior v1.0 doi.org/10.5281/zenodo.20078529). The manuscript is in paper/ and the experiment suite in src/experiments/; python audit_universe.py rolls up the audit table that tracks each claim's PASS / PART / STUB status.

Citation

See CITATION.cff

License

See LICENSE.md