Skip to content

Commit

Permalink
add to the theory card 2 keys needed by eko: qedref, alphasnf
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff committed Apr 12, 2024
1 parent 5c11080 commit 4559a06
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pineko/theory.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,9 @@ def eko(self, name, _grid, tcard):
# perturbative order of the prescription.
if "PTOEKO" in tcard:
tcard["PTO"] = tcard["PTOEKO"]
# Keys still needed by eko below
tcard["Qedref"] = tcard["Qref"]
tcard["MaxNfAs"] = tcard["MaxNfPdf"]
# The operator card has been already generated in the correct format
# The theory card needs to be converted to a format that eko can use
legacy_class = eko.io.runcards.Legacy(tcard, ocard)
Expand Down

0 comments on commit 4559a06

Please sign in to comment.