https://github.com/alifayyazmalik/tfm-paper15-dark-energy

Dark Energy as Emergent Stochastic Time Field Dynamics

https://github.com/alifayyazmalik/tfm-paper15-dark-energy

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.8%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Dark Energy as Emergent Stochastic Time Field Dynamics

Basic Info
  • Host: GitHub
  • Owner: alifayyazmalik
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 0 Bytes
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

TFM Paper #15: Dark Energy as Emergent Stochastic Time Field Dynamics

License: MIT DOI

Reproduces all results from:
"Dark Energy as Emergent Stochastic Time Field Dynamics: Micro--Big Bangs, Wave-Lump Expansion, and the End of Λ"


Key Features

  • 🌌 No cosmological constant - Dark energy emerges from time wave dynamics
  • 📈 Oscillatory equation of state ( w(z) = -1 + \delta_w \sin(\omega z) )
  • HPC-ready cosmic acceleration simulations
  • 📡 Observational tests against Planck, DESI, and NANOGrav data

Quick Start

```bash

Clone repository

git clone https://github.com/alifayyazmalik/tfm-paper15-dark-energy.git cd tfm-paper15-dark-energy

Install dependencies

pip install -r requirements.txt

Run basic validation (requires pytest)

python -m pytest tests/ ```

Full Validation Guide | Cite This Work


Repository Structure

| Directory | Contents | |------------|----------------------------------------------| | code/ | HPC simulations & modified CLASS code | | data/ | Observational datasets (Planck/DESI/NANOGrav) | | docs/ | Validation guide & derivation notebooks | | figures/ | Auto-generated publication figures |

Key Components

1. Modified CLASS Boltzmann Solver

code/boltzmann_solver/TFM-CLASS/ Custom modifications to compute TFM’s CMB power spectrum ( C_\ell^{\text{TFM}} ).

2. HPC Parameter Files

```yaml

Example configuration (params/cosmicaccelparams.yaml)

alpha: 0.1 # Time wave dissipation rate beta: 14.8 # Wave-lump correlation length (kpc) Gamma: 1e-5 # Micro-Big Bang rate H0: 72.0 # Initial Hubble parameter ```

3. Automated Figure Generation

Jupyter notebooks in docs/derivations/ regenerate all paper figures: bash jupyter notebook docs/derivations/AppendixA_Derivations.ipynb


Support

Owner

  • Login: alifayyazmalik
  • Kind: user

GitHub Events

Total
  • Push event: 6
  • Create event: 2
Last Year
  • Push event: 6
  • Create event: 2