-
Notifications
You must be signed in to change notification settings - Fork 13
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
add function for computing GL FSE correction factors #254
base: master
Are you sure you want to change the base?
Conversation
I guess the documentation needs some formatting love... |
Since I went with just returning the correction factors, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Bartek,
Am I right that a factor of 2 is missing from the correction to M_ps ?
K_Mps = (1+ 1/(2N_f)xig1_tilde), where Nf=2
so
K_Mps = (1+ 0.25xi*g1_tilde),
We work in the normalisation where |
Thanks, I have just realized also that. |
I still need to fix the issues with the documentation, so don't merge this yet please... |
No description provided.