NOTICE OF CONSOLIDATION & PARTNERSHIP PENDING As of April 2026, the 20 pipelines of the QCAUS/PDPBioGen suites are undergoing consolidation for high-scale institutional research. Core 'Ford 2026' algorithms remain the proprietary IP of Tony Eugene Ford and the Future Ford Peace and Justice Foundation. Academic users at partner institutions are currently performing validation; all other commercial inquiries must contact the author
A unified computational framework integrating 8 interconnected open-source projects that explore the quantum nature of the universe β from dark matter solitons to quantum-corrected cosmology, magnetar QED, and stealth/dark-leakage detection.
FDM Soliton Physics + Photon-DarkPhoton Entanglement Overlay
| Feature | Description |
|---|---|
| FDM Soliton | Fuzzy Dark Matter soliton core: Ο(r) = Οβ [sin(kr)/(kr)]Β² |
| PDP Entanglement | Photon-DarkPhoton kinetic mixing: β_mix = (Ξ΅/2) F_ΞΌΞ½ F'^ΞΌΞ½ |
| Image Processing | Upload FITS, JPEG, PNG images; apply quantum overlays |
| Annotated Comparison | Before/after views with scale bars and metrics |
| Radar-Style Overlay | Green speckles (FDM) + Blue halos (PDP) for stealth detection visualization |
Strong-Field Quantum Electrodynamics in Magnetar Magnetospheres
| Feature | Description |
|---|---|
| Dipole Field | B = Bβ (R/r)Β³ (2 cosΞΈ, sinΞΈ) |
| Vacuum Polarization | Euler-Heisenberg effect: ΞL = (Ξ±/45Ο) (B/B_crit)Β² |
| Dark Photon Conversion | P_conversion = Ρ² (1 - e^{-B²/m²}) |
| Interactive Visualization | Real-time parameter adjustment for B-field, mixing angle |
Von Neumann Evolution in the Expanding Universe
| Feature | Description |
|---|---|
| Von Neumann Equation | iβΟ/βt = [H_eff, Ο] |
| Entanglement Entropy | S = -Tr(Ο log Ο) |
| Mixing Probability | |
| Time Evolution | Simulates photon-dark photon oscillation in early universe |
Quantum-Corrected Cosmological Perturbations
| Feature | Description |
|---|---|
| Quantum-Corrected Power Spectrum | P(k) = P_ΞCDM(k) Γ (1 + f_NL (k/kβ)^n_q) |
| Non-Gaussianity | f_NL parameter for primordial fluctuations |
| Spectral Index | n_q for quantum corrections |
| ΞCDM Comparison | Side-by-side comparison with standard cosmology |
| Project | Key Outputs | Download Format |
|---|---|---|
| QCI AstroEntangle | Annotated comparison, radar-style overlay, FDM soliton map, PDP entanglement map | PNG, JSON |
| Magnetar QED | B-field map, QED polarization, dark photon conversion | PNG, NPZ |
| Primordial Entanglement | Entropy evolution, mixing probability time series | PNG, JSON, NPY |
| QCIS | Power spectra, quantum enhancement ratio | PNG, JSON, NPY |
| Format | Extension | Use Case |
|---|---|---|
| FITS | .fits, .fit | Astronomical images (Hubble, JWST, Chandra) |
| JPEG | .jpg, .jpeg | Standard images |
| PNG | .png | Lossless images |
| BMP | .bmp | Bitmap images |
# Clone the repository
git clone https://github.com/tlcagford/QCI_AstroEntangle_Refiner.git
cd QCI_AstroEntangle_Refiner
# Install dependencies
pip install -r requirements.txt
# Run the app
streamlit run app.pystreamlit>=1.28.0
numpy>=1.24.0
scipy>=1.10.0
matplotlib>=3.7.0
astropy>=5.3.0 # For FITS support
Pillow>=10.0.0 # For image processing
The Fuzzy Dark Matter soliton is the ground state solution of the SchrΓΆdinger-Poisson equation for ultra-light bosons (axions, ~10β»Β²Β² eV):
The interaction between photons and dark photons is described by:
where Ξ΅ is the kinetic mixing angle.
The density matrix evolution for entangled systems:
The matter power spectrum with quantum corrections:
# Load image and apply FDM + PDP overlays
from qci_astro import process_qci_astro
enhanced, soliton, pdp = process_qci_astro(image_data, omega=0.5, fringe=1.0, soliton_scale=1.0)# Compute magnetar field and dark photon conversion
from magnetar_qed import process_magnetar
B_mag, qed, dark_photons = process_magnetar(r_grid, theta_grid, B0=1e15, mixing=0.1)# Simulate photon-dark photon entanglement evolution
from primordial_entanglement import process_primordial_entanglement
entropy, mixing = process_primordial_entanglement(omega=0.7, dark_mass=1e-9, mixing=0.1)# Compute quantum-corrected power spectrum
from qcis import process_qcis
P_quantum = process_qcis(k_vals, f_nl=1.0, n_q=0.5)- Before: Standard HST/JWST data with scale bar (100 kpc)
- After: FDM Soliton + PDP Entanglement overlays
- Metrics: Maximum Mixing Ratio, Minimum Entropy, FDM Value (kpc)
- Green: FDM Soliton (dark matter density)
- Blue: PDP Entanglement (dark photon field)
- Red: Original astrophysical signal
- B-Field: Dipole field structure (B β rβ»Β³)
- QED Polarization: Euler-Heisenberg vacuum effects
- Dark Photons: Conversion probability maps
- ΞCDM: Standard cosmology baseline
- Quantum: Corrected spectrum with f_NL and n_q parameters
If you use QCAUS in your research, please cite:
@software{Ford2026QCAUS,
author = {Ford, Tony E.},
title = {Quantum Cosmology \& Astrophysics Unified Suite (QCAUS)},
year = {2026},
url = {https://github.com/tlcagford/QCI_AstroEntangle_Refiner},
doi = {10.5281/zenodo.xxxxxxx}
}This project is released under a Dual License:
- Academic / Non-Commercial Use: Free for research, education, and personal projects
- Commercial Use: Requires a separate license. Please contact the author for details.
See the LICENSE file for full terms.
Tony E. Ford
Independent Researcher / Astrophysics & Quantum Systems
GitHub: @tlcagford
Email: tlcagford@gmail.com
- NASA/ESA Hubble Space Telescope & JWST for public FITS data
- OpenSky Network for radar data integration
- FDM, QED, and cosmology communities for foundational research
- Streamlit, NumPy, SciPy, Matplotlib, Astropy for open-source tools
| Project | Repository |
|---|---|
| StealthPDPRadar | StealthPDPRadar |
| Magnetar QED Explorer | Magnetar-Quantum-Vacuum-Engineering |
| Primordial Entanglement | Primordial-Photon-DarkPhoton-Entanglement |
| QCIS | Quantum-Cosmology-Integration-Suite |
"Exploring the quantum nature of the universe β from dark matter solitons to quantum-corrected cosmology."
Annotated before/after comparison of Abell-1689 with FDM Soliton and PDP Entanglement overlays
Magnetar dipole field with quantum vacuum polarization and dark photon conversion
Von Neumann entropy evolution and photon-dark photon mixing probability
Quantum-corrected matter power spectrum vs ΞCDM
- Fork this repository
- Go to Streamlit Cloud
- Click "New app"
- Select your repository and branch
- Set main file path to
app.py - Click "Deploy"
Your app will be live at https://your-app-name.streamlit.app
---
## π Additional Files to Create
### `requirements.txt`
```txt
streamlit>=1.28.0
numpy>=1.24.0
scipy>=1.10.0
matplotlib>=3.7.0
astropy>=5.3.0
Pillow>=10.0.0
pandas>=2.0.0
Dual License: Academic & Commercial
Academic / Non-Commercial Use:
- Free for research, education, and personal projects
- Attribution required
Commercial Use:
- Requires separate license
- Contact: tlcagford@gmail.com