-
Notifications
You must be signed in to change notification settings - Fork 18
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
Possible bug in Higgs mass calculation #57
Comments
Oh. I don't see why this would not be a bug, indeed. Does changing that solve #52? |
No, I have just checked. I think they are unrelated issues. |
Waiting for @peterstangl or @jasonaebischerGIT to confirm. Then it would be great if you can submit a PR (but please use |
I will. Good point on |
I agree, this formula is correct. |
Added factor of 1/lambda missing in the Higgs mass calculation. See Issue wilson-eft#57: wilson-eft#57
I've made the pull request. |
The check from travis seems to have failed. Not sure what the origin of this is... |
from the travis logs it seems one needs to reduce the numerical accuracy (places argument) required in the assertAlmostEqual method. |
Closing this issue, which is resolved by PR #59. |
In the function m2Lambda_to_vMh2 (defined in line 38 of smpar.py) the Higgs mass formula
seems to have a typo. Comparing with the expression from https://arxiv.org/abs/1704.03888, there should be a Lambda^2 term in the factor multiplying the second parenthesis, i.e. it should be
The text was updated successfully, but these errors were encountered: