nbodykit.cosmology.background.PerturbationGrowth(cosmo, a=None)[source]¶Bases: object
Perturbation Growth coefficients at several orders.
2-LPT is implemented.
All derivatives are against lna. (order).
Note
Formulas are derived from Yin Li’s notes on 2LPT.
| Parameters: |
|
|---|
Methods
D1(a[, order]) |
|
D2(a[, order]) |
|
E(a[, order]) |
|
Gf(a) |
FastPM growth factor function, eq, 20 |
Gp(a) |
FastPM growth factor function, eq, 19 |
Hfac(a) |
|
Om(a) |
|
f1(a) |
|
f2(a) |
|
gf(a) |
Similarly, the derivative is against ln a, so |
gp(a) |
Notice the derivative of D1 is against ln a but gp is d D1 / da, so |
ode(y, lna) |