Resolving Black Hole Singularities via Informational Thermodynamics
This repository contains the complete numerical simulation framework for the Quantum Constraint Framework (QCF), an extension to General Relativity designed to dynamically resolve spacetime singularities within black holes. Inspired by the postulates of Isomorphic Cosmic Equilibrium (ICE), QCF posits that a finite curvature ceiling (
The accompanying script, v4_sim.py, calculates and visualizes critical physical signatures predicted by this framework across a vast mass spectrum (
The QCF resolves the classical GR breakdown (
This single constraint yields massive physical consequences:
-
Singularity Elimination: Curvature (
$K$ ) is capped at$K_{max}$ for all$r < r_{cut}$ , replacing the point singularity with a finite, quantum core. -
Modified Energy Scale (
$\mathbf{E_{max}}$ ): The maximum energy of emitted Hawking radiation shifts from the standard thermal scale ($k_B T_H$ ) to the much higher Quantum Cutoff Energy,$E_{max} = \hbar c / r_{cut}$ . -
Altered Lifetimes: Due to suppression of high-energy particle emission, black hole evaporation times (
$\tau$ ) are extended compared to standard GR predictions.
The simulation script performs comprehensive numerical checks and generates seven figures visualizing the QCF predictions:
-
Energy Scale Comparison (Fig 1): Visualizing
$E_{max}(M)$ against$k_B T_H(M)$ overlaid with Fermi-LAT and IceCube observational constraints. -
Lifetime Scaling (Fig 2): Direct comparison of
$\tau_{Standard}$ vs.$\tau_{QCF}$ , showing how QCF extends the lifetime, especially for lighter PBHs. -
Spectral Truncation (Fig 3): Shows the standard Planck spectrum being abruptly cut off by
$E_{max}$ for a representative BH ($M=5 \times 10^{11} \text{ kg}$ ). -
Curvature Ceiling (Fig 4 & Fig 7): Detailed visualization of how
$K/K_{max}$ saturates at the cutoff radius, both in normalized and physical units ($\text{for } M_{\odot}$ ). -
Phenomenological Shifts (Fig 6): Plots the fractional corrections to temperature (
$\Delta T_H/T_H$ ) and QNM frequencies ($\delta\omega/\omega$ ).
This project requires Python 3.9 or newer.
- Clone the Repository:
git clone https://github.com/andrewrodger73/QCF.git cd QCF_Paper_Repo - Install Dependencies:
pip install numpy matplotlib
- Execute the Simulation:
python v4_sim.py
The simulation will create a /results/ directory containing all generated figures (PNG format):
Fig1_Emax_observational.pngFig2_lifetime_comparison.pngFig3_spectrum_M5e11kg.png- ... and so on, up to
Fig7_summary_all_predictions.png.
The script includes embedded unit tests that confirm key relations:
- ✅ Primordial cutoff radius (
$M=10^{12} \text{ kg}$ ) is within$5%$ tolerance of theoretical expectation. - ✅ The thermal energy scale for a test mass falls correctly within the GeV-TeV range expected from current observations.
"The World isn't broken. We’re just running the wrong diagnostics." - Andrew Rodger (Author) 😉