Open-Source Publication

SymPy Verification
Scripts

95 Python scripts verifying all 80 SPT Laws with SymPy — published open-source so anyone can run and verify independently.

mrheo3010 / supreme-polarity-theory-sympy
github.com
View on GitHub
Star if you find it useful
95
SymPy scripts
80
SPT Laws
100%
PASS rate
0
Free parameters

What's in the repo

Each script is a self-contained, independent proof — no external PDG/CODATA inputs, SymPy only.

Sample — scripts in the repo
spt_e_mc_squared.pyLaw 1 — E = mc²
spt_spin_statistics.pyLaw 2 — Spin-Statistics
spt_noether.pyLaw 6 — Noether
spt_heisenberg.pyLaw 7 — Heisenberg Uncertainty
spt_higgs_mass.pyLaw 15 — Higgs Mass
spt_inflation.pyLaw 50 — Cosmic Inflation
spt_entanglement_chsh.pyLaw 46 — CHSH / Bell
spt_hawking_radiation.pyLaw 61 — Hawking Radiation
spt_phase8_substantial_completion.pyLaw 80 — Yang-Mills Phase 8
… and 73 more scripts

Quick start

Only Python 3 and SymPy needed — runs on any machine.

1Clone the repo
git clone https://github.com/mrheo3010/supreme-polarity-theory-sympy.git
2Install SymPy
pip install sympy
3Run any script
python spt_e_mc_squared.py

✓ Each script ends with an assertion. No exception = Law verified. Runtime under 2 seconds.

Why open source?

No trust required

Run the scripts on your machine. PASS or FAIL — you decide.

Open peer review

Any physicist or mathematician can fork, audit, and find errors.

Shared legacy

Built on the work of millions of scientists — the code belongs to the community.

License

The SymPy scripts in this repo are free to use for research and independent verification. The theoretical content (wiki, writings) at supremepolarity.com is protected under All Rights Reserved.

Questions about how to run the scripts? See the guide: