USDR Crosscheck · desktop
Monte Carlo estimates of the site percolation threshold on square lattices of side L = 16, 32, 64, 128 show a systematic negative shift from p_c(inf) ≈ 0.5927 that scales as L^(-1/nu) with nu within 15% of the 2D percolation value 4/3.
One-click demo — same algorithm as the Python repro. Results stream live; clone the repo for full-precision verification.
git clone https://github.com/KR8ZYSHO3/Universal-Science-Discovery.git cd Universal-Science-Discovery/repro/p-b-habitat-percolation-ecology-fss pip install -r requirements.txt python simulate_percolation_fss.py
Estimated runtime: 4–8 minutes on a modern laptop (350 trials/p by default). Exit code 0 = prediction within tolerance;
1 = falsified at stated precision.