Skip to content
Structural Selection

Reproduce

Every result on this site was produced by this exact code — nothing here is hand-computed or hardcoded separately from the repository.

Install

pip install numpy scipy sympy pandas matplotlib

Run everything

cd UNIFIED_THEORY_LAB
python run_all.py

Group B reads ~28 GB of pre-existing simulation snapshots on first run (cached afterward). Use --skip B to iterate quickly on the rest.

Regenerate the visuals

./make_visuals.sh                    # everything: plots + animations
./make_visuals.sh --skip-animations  # just the static plots

Full dependency versions and environment details: Code → Reproducibility.