Skip to content

Commit

Permalink
fix mu0 accordying to Q0
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Dec 15, 2023
1 parent f653ee2 commit d1440b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pineko/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ def write_operator_card(pineappl_grid, default_card, card_path, tcard):
operators_card = copy.deepcopy(default_card)
sv_method = sv_scheme(tcard)
xif = 1.0 if sv_method is not None else tcard["XIF"]
# update scale variation method
operators_card["configs"]["scvar_method"] = sv_method
# update initial scale mu0
operators_card["mu0"] = tcard["Q0"]
q2_grid = (xif * xif * muf2_grid).tolist()
masses = np.array([tcard["mc"], tcard["mb"], tcard["mt"]]) ** 2
thresholds_ratios = np.array([tcard["kcThr"], tcard["kbThr"], tcard["ktThr"]]) ** 2
Expand Down

0 comments on commit d1440b7

Please sign in to comment.