-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hi,
I have noticed that the method growth_rate() in the class GrowthFactor, which claims to compute the linear growth rate
In particular, in Eq. (4) of Hamilton (2001), the last term on the r.h.s. is divided by the growth_rate(), the return is
return (
-1
- self.cosmo.Om(z) / 2
+ self.cosmo.Ode(z)
+ 5 * self.cosmo.Om(z) / (2 * self.growth_factor(z))
)
with the growth_factor(z) actually returns
return self._d_plus(z) / self._d_plus0
I do have further suggestions for these growth_rate() and growth_factor() methods, but I think this could be a quick fix.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels