Summary

This paper presents CPP's preregistered prediction for the Fermilab muon g-2 experiment -- a bold, falsifiable forecast made before the final results were announced. CPP predicts the muon's anomalous magnetic moment arises from fractional DP mixing in orbital ZBW for tetrahedral (\(N_k=4\)) cages: ~68.5% eDP, ~13% qDP, ~18.5% hDP. The predicted anomaly: \(\delta_\mu \sim (2.0\text{--}3.0) \times 10^{-7}\).

🔊 Audio reading โ€” coming soon

Preregistered prediction (Feb 07, 2026): Fermilab muon g-2 final result \(\delta_\mu \sim (2.0\text{--}3.0) \times 10^{-7}\). Model: \(N_k=4\) tetrahedral cage mixing -- eDP ~68.5%, qDP ~13%, hDP ~18.5%. Formula: \(\delta_\mu \approx C \times (f_\text{qDP} + 0.7 \times f_\text{hDP})\) with \(C \approx 4.0 \times 10^{-6}\). Dual licensing: MIT (code), CC-BY-4.0 (scientific content). Explicit success/falsification criteria.

🔊 Audio reading โ€” coming soon

Full preregistration protocol (OSF format). Mixing fraction derivation. Success and falsification criteria. Reproducibility instructions.

🔊 Audio reading โ€” coming soon

PDF & Paper

Abstract

This paper documents CPP's preregistered prediction for the Fermilab muon g-2 experiment. The muon anomalous magnetic moment receives an additional contribution from fractional mixing of dipole pair (DP) types in orbital Zitterbewegung (ZBW) for \(N_k=4\) tetrahedral cages. Equilibrium mixing fractions -- eDP ~68.5%, qDP ~13%, hDP ~18.5% -- yield a predicted deviation \(\delta_\mu \approx C \times (f_\text{qDP} + 0.7 \times f_\text{hDP}) \approx (2.0\text{--}3.0) \times 10^{-7}\), with \(C \approx 4.0 \times 10^{-6}\). Explicit success and falsification criteria are defined prospectively. All calculations are fully reproducible via the accompanying Python code and Jupyter notebooks.

sm-zbw-mixing.pdf

Figures

Code & Notebooks

Development Notes

README

CPP ZBW Mixing Fractions โ€“ Muon g-2 Preregistration

Preregistered prediction (Feb 07, 2026): Fermilab muon g-2 final result (late 2026) will show ฮดฮผ โ‰ˆ (2.0โ€“3.0) ร— 10โปโท from fractional DP mixing in orbital ZBW.

Python scripts and Jupyter notebooks for calculating orbital Zitterbewegung (ZBW) dipole pair (DP) composition (mixing fractions of eDP, qDP, hDP) in Conscious Point

Conscious Point
Fundamental processor at each lattice vertex
View in map → Physics (CPP).

This reproduces the mixing fractions used in Paper 2: Mass Generation from Symmetry Breaking in the 600-Cell

600-Cell
4D polytope underlying all of CPP
View in map → Lattice (Version 27), supporting the muon g-2 anomaly prediction.

Features

Reproducible mixing fraction results for leptons and quarks

Parameter sensitivity analysis (N_k, thermal scale T)

Visualization: pie charts and N_k dependence plots

Supports predictions in Paper 2 (e.g., muon g-2 ฮดฮผ โ‰ˆ (2.0โ€“3.0) ร— 10โปโท)

Preregistration: Muon g-2 Anomaly Prediction

Date of preregistration: February 07, 2026

Target experiment: Final Fermilab Muon g-2 result (Run 2/3 combined, expected late 2026)

Predicted deviation: ฮดฮผ = a_ฮผ^theory - a_ฮผ^exp โ‰ˆ (2.0 โ€“ 3.0) ร— 10โปโท

Paper reference: Conscious Point Physics Paper 2 (Version 27), Appendix I: Orbital ZBW Mixing for Quarks/Leptons standard_model_emergence_in_the_600-cell_lattice/papers/paper_2_mass_generation_from_geometric_hierarchies_and_cage_complexity

Model Basis

In CPP, the muon anomalous magnetic moment receives a small additional contribution from fractional mixing of DP types in orbital Zitterbewegung (ZBW) for N_k=4 tetrahedral cages (muon). The equilibrium mixing fractions are calculated via energy minimization + thermal averaging (see notebooks/lepton_zbw_mixing.ipynb and src/mixing_calculator.py):

eDP โ‰ˆ 68.5%

qDP โ‰ˆ 13%

hDP โ‰ˆ 18.5%

(see figures/lepton_pie_chart.png)

This admixture arises because the muon's cage complexity (N_k=4) perturbs the pure eDP dominance seen in the electron (N_k=1), introducing qDP/hDP components that modify the spin precession via lattice SSV

SSV
Local curvature field from CPs
View in map → gradients.

Quantitative Mapping to ฮดฮผ

The predicted correction is derived as:

ฮดฮผ โ‰ˆ C ร— (f_qDP + 0.7 ร— f_hDP)

where C โ‰ˆ 4.0 ร— 10โปโถ is a geometric prefactor from SSV coupling strength and cage scaling (detailed in Paper 2, Appendix I). Plugging in the fractions:

ฮดฮผ โ‰ˆ 4.0 ร— 10โปโถ ร— (0.13 + 0.7 ร— 0.185) โ‰ˆ 2.0โ€“3.0 ร— 10โปโท

(uncertainty from Monte Carlo spread in fractions ยฑ1โ€“2%)

Success / Falsification Criteria

Confirmation (strong support for CPP): Final Fermilab central value falls within 1.5โ€“3.5 ร— 10โปโท (accounting for ~0.5 ร— 10โปโท experimental + theoretical error bar).

Marginal / partial support: Result in 0.5โ€“4.5 ร— 10โปโท (suggests mixing mechanism broadly correct but may require refinement of C or fractions).

Failure (major challenge to this mechanism): Central value < 0.5 ร— 10โปโท or > 5 ร— 10โปโท, or result consistent with zero within ~1ฯƒ.

This range is preregistered prospectively and will not be adjusted post-result.

Reproducibility

All calculations are fully reproducible:

Core mixing logic โ†’ src/mixing_calculator.py

Muon-specific plot โ†’ notebooks/lepton_zbw_mixing.ipynb โ†’ figures/lepton_pie_chart.png

Full derivation โ†’ Paper 2, Appendix I & J (DP cloud and ZBW refinements)

This prediction is made without knowledge of the final Fermilab combination (as of February 07, 2026). Any future model updates will be versioned separately and clearly marked as post-preregistration revisions.

How to Run (Quick Start)

1. Clone the repo (or navigate to this subfolder)

2. Install dependencies: pip install numpy scipy matplotlib

3. Run the muon calculation:

Open notebooks/lepton_zbw_mixing.ipynb in Jupyter

or use CLI: python src/mixing_calculator.py --type lepton --N_k 4

Repository Structure (relative to cpp-zbw-mixing-fractions/)

cpp-zbw-mixing-fractions/

โ”œโ”€โ”€ README.md # This file: overview + preregistration protocol

โ”œโ”€โ”€ LICENSE # MIT License for code

โ”œโ”€โ”€ LICENSE-CC-BY-4.0.md # CC-BY 4.0 for scientific content

โ”œโ”€โ”€ notebooks/

โ”‚ โ”œโ”€โ”€ lepton_zbw_mixing.ipynb # Muon-specific ZBW mixing + pie chart generation

โ”‚ โ””โ”€โ”€ quark_zbw_mixing.ipynb # Quark mixing + N_k sensitivity sweep

โ”œโ”€โ”€ src/

โ”‚ โ””โ”€โ”€ mixing_calculator.py # Reusable module for fraction calculations

โ””โ”€โ”€ figures/

โ”œโ”€โ”€ lepton_pie_chart.png # Muon orbital ZBW composition (68.5% eDP)

โ”œโ”€โ”€ quark_pie_chart.png # Up-quark orbital ZBW composition (74% qDP)

โ””โ”€โ”€ sensitivity_plot.png # Dominant fraction vs. cage size N_k (log scale)

License

This repository uses dual licensing:

  • Code and notebooks (including src/, .ipynb files): [MIT License](LICENSE) โ€” permissive for reuse and modification
  • Scientific content (preregistration text, figures, explanations, interpretations): [Creative Commons Attribution 4.0 International (CC-BY 4.0)](LICENSE-CC-BY-4.0.md) โ€” requires attribution for derivatives

This ensures code is freely shareable while scientific outputs get proper credit.

For the broader 600-cell study, see the parent directory:

https://github.com/Hyperphysics-Institute/CPP/tree/main/standard_model_emergence_in_the_600-cell_lattice/

📝
LICENSE-CC-BY-4.0.md
Development Note
# Creative Commons Attribution 4.0 International (CC-BY 4.0) License This license applies to non-code content in this repository, including: - Preregistration protocol text - Figures (.png files) - ...
📝
OSF_PREREG.md
Development Note
# OSF Preregistration: Prospective Prediction of the Muon g-2 Anomaly in Conscious Point Physics (CPP) via 600-Cell Lattice ZBW Mixing Fractions **Registration Date**: February 08, 2026 **Preregi...

Ecosystem Map

Where this paper sits in the CPP framework โ€” connections to other derivations and topics.

🗺 Interactive ecosystem map โ€” coming in Phase 3

Block diagrams, mind maps, flow charts, and outlines showing this paper's relationships.

References

OSF Preprint

OSF link will be added after the audit is complete and the paper is deposited.

External References

AI-generated reference list linking to supporting literature โ€” coming in Phase 4 (enrichment layer).

Media & Coverage

🎬 YouTube dramatization and media links โ€” coming soon

Version History

2026-02-09 · 7a70b62
Update quark_zbw_mixing.ipynb
2026-02-09 · d22a18d
Update quark_zbw_mixing.ipynb
2026-02-09 · 480ddfc
Update lepton_zbw_mixing.ipynb
2026-02-09 · 1227c2d
Update lepton_zbw_mixing.ipynb
2026-02-09 · b8c5ec4
Update mixing_calculator.py
2026-02-09 · cd3397a
Update lepton_zbw_mixing.ipynb
2026-02-08 · 39946fe
Create OSF_PREREG.md
2026-02-08 · 4c1c271
Update README.md
2026-02-08 · 406b727
Update README.md
2026-02-08 · fdde9d0
Update README.md
2026-02-08 · c8f00d2
Update README.md
2026-02-08 · 27f42dc
Update README.md

View full history on GitHub →

Journal Articles

Based on this paper

No journal submissions yet. This section will be updated when formal publications reference this work.

Repository Files

standard_model_emergence_in_the_600-cell_lattice/cpp-zbw-mixing-fractions
cpp-zbw-mixing-fractions/
README.md
lepton_zbw_mixing.ipynb
quark_zbw_mixing.ipynb
mixing_calculator.py
LICENSE-CC-BY-4.0.md
OSF_PREREG.md
lepton_pie_chart.png
quark_pie_chart.png
sensitivity_plot.png
figures/
notebooks/
src/
hyperphysics.com ยท Generated from CPP Repository ยท © 2026 Thomas Lee Abshier, ND