-
Notifications
You must be signed in to change notification settings - Fork 69
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
Improve documentation on CCL MG param handling. #867
Comments
Looking into this a bit more, seems like there are at least two different questions going on here:
This issue seems to persist as far back as v2.0.0 (probably further but that's the first tag with MG), weirdly. I'll keep looking into it. |
thanks @c-d-leonard for bringing these questions up and I will have a look as soon as I can. I just came out of a Black Hole of work (to be mathematically correct, let's say a White Hole since outgoing geodesics are allowed then). |
I have figured out what's going on I think, for both cases. This was originating from the fact that I was setting my cosmology in terms of sigma8 rather than A_s and then looking at P(k) at z=0. I now recall that we agreed that if a cosmology is defined in terms of sigma8 with a non-zero mu0 value we should enforce that the power spectrum at z=0 behaves as it should for the defined sigma8. If I either define in terms of A_s or look at a different redshift, I get the expected behaviour both using rescaling with camb and using isitgr. This behaviour with cosmologies with sigma8 and mu0!=0 is not clear in the docs as far as I can see. I think the action item for this issue should probably be to fix the docs which describe the parameters / Cosmology object to note this. |
I'm finding that as of recently, it seems like changing the value of mu0 doesn't change the matter power spectrum. Here's a pdf of a notebook where I demonstrate that changing this parameter seems to have no effect at all on the linear matter power spectrum.
check_mg_functionality.pdf
What's going on here? mu0 should definitely change the linear matter power spectrum, right? Am I missing something big?
@damonge @mishakb any ideas?
(My project student @OSmotherly initially identified this behaviour so I'm tagging him so that he can follow.)
The text was updated successfully, but these errors were encountered: