This repository contains P1/P2/P3 experiments and archived proof artifacts. Current emphasis is honest reproducibility:
- avoid overclaiming what can be regenerated from a clean checkout,
- keep tests/automation/docs aligned,
- distinguish generated outputs from committed reference artifacts.
- P1 emergent kernel:
experiments/P1_Emergent_Kernel/ - P1 orbits:
experiments/P1_Kepler_Orbits/ - P2 weak lensing:
experiments/P2_Weak_Lensing/ - P3 BH prediction prototype:
experiments/BH_Prediction/
python -m venv .venv
. .venv/bin/activate
python -m pip install -r requirements.txt
python -m pytest -q
make wl-finalizeoutputs/CLENS_release/band_means.csvoutputs/CLENS_release/gt_panel.pngoutputs/CLENS_release/slip_analysis.csvoutputs/CLENS_release/slip_analysis_final.csv(compatibility)outputs/CLENS_release/slip_summary.jsonoutputs/CLENS_release/slip_final_summary.json(compatibility)outputs/CLENS_release/sign_validation.jsonoutputs/CLENS_release/slip_gate_referee.json
See docs/reproduce.md for the minimal reviewer workflow.