This example shows how to set a cosmological model
try {
const double OmegaM = 0.25;
const double Omega_b = 0.045;
const double Omega_nu = 0.;
const double massless_neutrinos = 3.04;
const int massive_neutrinos = 0;
const double OmegaL = 1.-OmegaM;
const double Omega_radiation = 0.;
const double hh = 0.73;
const double scalar_amp = 2.742e-9;
const double scalar_pivot = 0.05;
const double n_s = 1;
const double wa = 0.;
const double w0 = -1.;
cbl::cosmology::Cosmology cosmo3 {OmegaM, Omega_b, Omega_nu, massless_neutrinos, massive_neutrinos, OmegaL, Omega_radiation, hh, scalar_amp, scalar_pivot, n_s, w0, wa};
}
return 0;
}
int main()
main function to create the logo of the CosmoBolognaLib
const char * what() const noexcept override
the error description
@ _Planck18_
Planck collaboration 2018, Paper VI: Table 2, TT,TE,EE+lowE+lensing.