CosmoPower

class aquila_borg.cosmo.CosmoPower

Construct a new CosmoPower object from the given cosmological parameters.

Parameters

cosmo_params (CosmologicalParameters) – Cosmological parameters to use to construct the Cosmology object

power(self: aquila_borg._borg.cosmo.CosmoPower, k: numpy.ndarray[numpy.float64]) → object

Evaluate the power spectrum using Eisentein&Hu formula at a given k in h/Mpc. Returns P(k) in (Mpc/h)^3

Methods

__init__(self, cosmo_params)

power(self, k)

Evaluate the power spectrum using Eisentein&Hu formula at a given k in h/Mpc.