Skip to content

Commit

Permalink
correcting 4-loop beta function also in pre-generated SM class
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Voigt authored and Alexander Voigt committed Jun 3, 2018
1 parent 8836c3c commit 494cfbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion model_specific/SM/standard_model.cpp
Expand Up @@ -1557,7 +1557,8 @@ Eigen::Matrix<double,3,3> Standard_model::calc_beta_Yu_four_loop(const Beta_trac

Eigen::Matrix<double,3,3> beta_Yu;

beta_Yu = (1154.09*PROJECTOR*Power8(g3)*Quad(oneOver16PiSqr)).real();
beta_Yu = (2308.18*PROJECTOR*Power8(g3)*Quad(oneOver16PiSqr)*Yu(2,2))
.real();

return beta_Yu;
}
Expand Down

0 comments on commit 494cfbb

Please sign in to comment.