Skip to content

Commit

Permalink
adding 2L O(at*as * h/t) terms
Browse files Browse the repository at this point in the history
  • Loading branch information
Expander committed Sep 28, 2017
1 parent 809fc31 commit 8eab9ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/sm_twoloophiggs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ double self_energy_higgs_2loop_at_as_sm(
const double lnt = std::log(t/q);

const double result =
- (1./3.) * g32 * yt2 * (240*t + 37*s
- 12*(12*t + 5*s) * lnt
+ 36*(12*t - s) * Sqr(lnt));
1./135. * g32 * yt2 * (-10800*t - 1665*p2 + (122*Sqr(p2))/t +
540*(12*t + 5*p2) * lnt -
1620*(12*t - p2) * Sqr(lnt));

return result * twoLoop;
}
Expand Down

0 comments on commit 8eab9ce

Please sign in to comment.