Skip to content

Commit

Permalink
Update evolve.py
Browse files Browse the repository at this point in the history
  • Loading branch information
t7phy authored Feb 29, 2024
1 parent c898e83 commit 323a139
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pineko/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,11 @@ def write_operator_card(pineappl_grid, default_card, card_path, tcard):
kv = pineappl_grid.key_values()
if "polarized" in kv:
operators_card["configs"]["polarized"] = kv["polarized"] == "True"


# fragmentation function grid?
if "timelike_evol" in kv:
operators_card["configs"]["timelike"] = kv["timelike_evol"] == "True"

# Some safety checks
if (
operators_card["configs"]["evolution_method"] == "truncated"
Expand Down

0 comments on commit 323a139

Please sign in to comment.