๐ RFT Evidence Notebooks
Reproducible calculations demonstrating key RFT derivations
All calculations can be independently verified using these Jupyter notebooks
โก Requirements to Run Notebooks
To run these notebooks locally, you'll need:
# Create a virtual environment
python -m venv rft_notebooks
source rft_notebooks/bin/activate # On Windows: rft_notebooks\Scripts\activate
# Install requirements
pip install jupyter numpy scipy sympy matplotlib pandas
# Launch Jupyter
jupyter notebook
SU(4) โ Standard Model
v1.0 โข 2025-07-18Demonstrates how the Standard Model gauge group emerges from SU(4) through both symmetry breaking and twistor bundle decomposition.
Three Generation Index
v1.0 โข 2025-07-18Proves that cโ = 3 constraint on holomorphic bundles leads to exactly three chiral fermion families via the Hirzebruch-Riemann-Roch theorem.
W Boson Mass Fit
v1.0 โข 2025-07-18Calculates the W boson mass using RFT's SU(4) breaking pattern and compares with PDG 2025 experimental values.
Vacuum Self-Tuning
v1.0 โข 2025-07-18Shows how RFT's recursive dynamics naturally solve the cosmological constant problem through RG flow to ฮ ~ 10โปยนยฒยฒ M_Pโด.
๐ Supporting Data Files
๐ Quick Start
- Download any notebook above
- Install Jupyter:
pip install jupyter - Run:
jupyter notebook [downloaded_file].ipynb - Execute all cells to reproduce the calculations
๐ก Pro tip: Use Shift+Enter to execute cells sequentially, or Cell โ Run All to execute the entire notebook.
Last updated: 2025-07-18 โข Version 1.0