Skip to content

Commit

Permalink
theory key for g1f1
Browse files Browse the repository at this point in the history
  • Loading branch information
toonhasenack committed Feb 20, 2024
1 parent fa75aeb commit e62dbbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pineko/scale_variations.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ def construct_and_dump_order_exists_grid(ori_grid, to_construct_order):
new_grid.set_key_value("initial_state_2", ori_grid.key_values()["initial_state_2"])
if "polarized" in ori_grid.key_values():
new_grid.set_key_value("polarized", ori_grid.key_values()["polarized"])
if "theory" in ori_grid.key_values():
new_grid.set_key_value("theory", ori_grid.key_values()["theory"])
return new_grid


Expand Down

0 comments on commit e62dbbe

Please sign in to comment.