CosmologicalParameters

class aquila_borg.cosmo.CosmologicalParameters

Class that holds the values of all cosmological parameters relevant to the BORG framework.

The constructor setup a sane default LCDM cosmology.

default(self: aquila_borg._borg.cosmo.CosmologicalParameters) → None

Reset parameters to default cosmology

property fnl

\(f_\mathrm{NL}\), quadratic type non-gaussianity

property h

Hubble constant normalized to \(100 \mathrm{km s Mpc}^{-1}\).

property n_s

\(n_s\) cosmological parameter (i.e. redshift 0, power law index of primordial fluctuations).

property omega_b

\(\Omega_b\) cosmological parameter (i.e. redshift 0 baryon density)

property omega_k

\(\Omega_k\) cosmological parameter (i.e. redshift 0 normalized curvature)

property omega_m

\(\Omega_m\) cosmological parameter (i.e. redshift 0 matter density)

property omega_q

\(\Omega_q\) cosmological parameter (i.e. redshift 0 quintescence/dark energy density). Requires extra parameter \(w\) and \(w'\).

property omega_r

\(\Omega_r\) cosmological parameter (i.e. redshift 0 normalized radiation density)

property sum_mnu

\(\sum m_\nu\), sum of mass of neutrinos in eV

property w

\(w\) cosmological parameter (i.e. redshift 0 equation of state of quintescence/dark energy).

property wprime

\(w'\) cosmological parameter (i.e. redshift 0 time derivative at $a=0$ of the equation of state of quintescence/dark energy).

Methods

__init__(self)

default(self)

Reset parameters to default cosmology