Skip to content
Structural Selection

Repository

UNIFIED_THEORY_LAB, organized by theory group. Group A wraps existing code; Group B re-analyzes real prior simulation output; Group C is entirely new — no Python implementation of the No-Singularity Gravity or Born Rule equations existed before this suite.

theory_lab/
  group_a_prephysical/         wraps the existing, previously-validated pps package
    rg_flow.py
    ringdown_recovery.py
    runner.py
  group_b_temporal_closure/    re-analyzes the real 45-point orbit gamma-scan
    emergent_causality.py
    grb_multimessenger.py
    magnetic_memory.py
    runner.py
  group_c_structural_stability/  new code — no Python existed for this group before
    no_singularity_gravity.py    regular-BH metric, curvature, geodesics, ISCO, shadow
    born_rule_measure_concentration.py
    xi_selection.py
    gleason_axioms.py
  claims/
    registry.py                 the book's claims, as checkable Python predicates
    appendix_coverage.py
  validation/
    compare.py                  runs everything, evaluates every claim
    report.py                   renders the Markdown report
  visuals/
    gravity_plots.py, other_plots.py, animations.py, closure_story_animation.py
run_all.py                      CLI entry point
make_visuals.py / make_visuals.sh
requirements.txt