Skip to content

Commit

Permalink
py: Make repetition in ad/u/s/aem2 more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhekhorn committed Jan 17, 2025
1 parent 4633ca9 commit ec743ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def gamma_nsmu(N, nf, cache):
nd = nf - nu
eSigma2 = constants.NC * (nu * constants.eu2 + nd * constants.ed2)
tmp = (
2
2.0
* (-12.0 + 20.0 * N + 47.0 * N**2 + 6.0 * N**3 + 3.0 * N**4)
/ (9.0 * N**2 * (1.0 + N) ** 2)
- 80.0 / 9.0 * S1
Expand Down

0 comments on commit ec743ca

Please sign in to comment.