Skip to content

Commit

Permalink
Merge pull request #403 from NNPDF/fix_ome_nnlo_typo
Browse files Browse the repository at this point in the history
Typo in NNLO polarized matching
  • Loading branch information
giacomomagni authored Sep 3, 2024
2 parents 1c715d4 + f06b0b8 commit 68c8a84
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion benchmarks/ekore/benchmark_pegasus_ome_ps_as2.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def check_pegasus_ome_ps_as2_s(N, NF):
* N2
/ N**2
/ N1**2
* (NM * (2 * S2 + ZETA2) - (4 * N**3 - 4 * N**2 - 3 * N - 1) / N**2 / N1**2)
* (NM * (2 * S2 + ZETA2) + (4 * N**3 - 4 * N**2 - 3 * N - 1) / N**2 / N1**2)
+ ZETA2 / 8 * G0QG_HAT * G0GQ
)
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def A_hq_ps(n, cache, L, nf):
* ((n + 2) / (n**2 * (n + 1) ** 2))
* (
(n - 1) * (2 * S2 + zeta2)
- ((4 * n**3 - 4 * n**2 - 3 * n - 1) / (n**2 * (n + 1) ** 2))
+ ((4 * n**3 - 4 * n**2 - 3 * n - 1) / (n**2 * (n + 1) ** 2))
)
)
# term that differentiates between M scheme and Larin scheme,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,18 +53,18 @@ def test_hg():
def test_hq():
refs = {
0: [
-0.4642489711934156,
-0.23400164609053498,
-0.13602229539775093,
-0.08807148818984994,
-0.061448213442336426,
-0.5439814814814814,
-0.2517004115226338,
-0.14165471418159098,
-0.09036414682928498,
-0.06254577811991613,
],
10: [
-24.229681069958847,
-10.410791769547325,
-5.706357572365681,
-3.587147848500778,
-2.459209109825822,
-24.309413580246915,
-10.428490534979424,
-5.7119899911495216,
-3.589440507140213,
-2.460306674503402,
],
}
zqq_shift = [
Expand Down

0 comments on commit 68c8a84

Please sign in to comment.