Skip to content

raphkou/CAMB_EDF

 
 

Repository files navigation

CAMB_EDF

This is a modified version of CAMB (https://github.com/cmbant/CAMB) implementing the Early Dark Fluid (EDF) model (https://arxiv.org/abs/2410.16185).

See main CAMB repository for installation.

Usage

The EDF model consists in the addition of 6 parameters to the standard LCDM model:

  • 4 parameters for the amplitudes of the density modes.
  • 2 sound speed parameters.

Those parameters can be used when calling the set_params function from CAMB by adding the following fields:

  • amp_delta : list of four amplitudes
  • cs2_1 : $c_1^2$
  • cs2_2 : $c_2^2$

Note this implementation assumes LCDM for the late-time expansion of the Universe.

Citation

If you use this code, please reference:

About

CAMB_EDF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 72.3%
  • Python 27.4%
  • Other 0.3%