Intrinsic-Resonance-Holography-

IRH Interactive Notebooks

This directory contains Jupyter notebooks that demonstrate and validate Intrinsic Resonance Holography (IRH) computations.

The following notebooks provide complete, ready-to-run experiences for IRH v18.0:

IRH_v18_Quickstart_Colab.ipynb ⭐ Start Here

Open In Colab

Quick Introduction to IRH v18.0

IRH_v18_Full_Install_Colab.ipynb πŸ”¬ Comprehensive Testing

Open In Colab

Complete Installation with Interactive Menu

IRH_v18_Development_Colab.ipynb πŸ› οΈ For Developers

Open In Colab

Development Environment for Contributors


πŸ““ Legacy Notebooks (v16 and earlier)

Note: These notebooks use v16 or earlier implementations which are now deprecated. For the current implementation, use the v18 notebooks above.

For Local Execution

  1. Install dependencies:
    pip install -r ../requirements.txt
    
  2. Launch Jupyter:
    jupyter notebook
    
  3. Open any notebook and run all cells

πŸ““ Available Notebooks

01_ARO_Demo.ipynb (Legacy - v16)

Adaptive Resonance Optimization Demo

02_Dimensional_Bootstrap.ipynb

Dimensional Bootstrap Analysis

03_Fine_Structure_Derivation.ipynb

Fine Structure Constant Derivation

04_Dark_Energy_w(a).ipynb

Dark Energy Equation of State

05_Spinning_Wave_Patterns.ipynb

Emergent Wave Dynamics

06_Grand_Audit.ipynb ⭐ NEW!

Comprehensive Validation Framework

What it validates:

  1. Start here: 01_ARO_Demo.ipynb - Learn the basics
  2. Theory: 02_Dimensional_Bootstrap.ipynb - Understand the framework
  3. Predictions: 03_Fine_Structure_Derivation.ipynb - See it in action
  4. Validation: 06_Grand_Audit.ipynb - Comprehensive testing
  5. Explore: 04_Dark_Energy_w(a).ipynb and 05_Spinning_Wave_Patterns.ipynb

πŸ’» Command Line Alternative

Prefer command line? Use the standalone scripts:

# Quick grand audit
python ../scripts/run_enhanced_grand_audit.py --quick

# Full audit with visualizations
python ../scripts/run_enhanced_grand_audit.py --full --output results/

πŸ“Š Output Formats

Notebooks can export results in multiple formats:

πŸ”§ Customization

All notebooks support customization:

πŸ“š Documentation

For detailed documentation on the theoretical framework and implementation:

πŸ› Troubleshooting

β€œModule not found” errors

Slow execution

Memory issues

🀝 Contributing

Found a bug or want to add a notebook? See our contribution guidelines.

πŸ“ Citation

If you use these notebooks in your research, please cite:

@software{mccrary2025irh,
  title={Intrinsic Resonance Holography v11.0: The Complete Axiomatic Derivation},
  author={McCrary, Brandon D.},
  year={2025},
  url={https://github.com/dragonspider1991/Intrinsic-Resonance-Holography-}
}

πŸ“§ Support

Questions? Issues? Contact us:


Happy exploring! πŸš€