-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Req] Direct calculation of growth factor for alternative dark energy models #130
Comments
Dear Steven Murray, I am a M.Sc. Physics student in Istanbul Technical University. For my masters studies, I have tried to implement different DE parametrizations via astropy modules. In some cases I am getting errors that claims I cannot implement any other DE model then LCDM and wCDM (depending on the Sincerely, |
Yeah, this is the case. I'd be willing to accept PRs that expand the capabilities though! |
I would like to help but I am not sure where to start...But I'll try to look in my free tlmes. I also wonder, is it possible to obtain the DE information from CAMB and later on add it to PS: In the Thanks |
I think the main thing you need to do is make sure your transfer function and the growth factor calculation are correct. You can do that however you like, either using in-built classes in |
I see your point. Thanks for the help. I will try to perform both approaches, but first, I am going to try to add the equations in the |
Is your feature request related to a problem? Please describe.
It would be good to not have to have CAMB available to compute growth factors for dark energy models (plus it's slower for this since the calculation is to compute the transfer functions).
Describe the solution you'd like
Implement DE.
The text was updated successfully, but these errors were encountered: