Skip to content

Commit

Permalink
Add xir*xir to the mur2_grid in the evolution
Browse files Browse the repository at this point in the history
  • Loading branch information
andreab1997 authored Sep 2, 2024
1 parent e73f25b commit a8501e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pineko/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,15 +426,15 @@ def prepare(operator):
fktable = grid.evolve_with_slice_iter2(
prepare(operators1),
prepare(operators2),
ren1=mur2_grid,
ren1=xir*xir*mur2_grid,
alphas=alphas_values,
xi=(xir, xif),
order_mask=order_mask,
)
else:
fktable = grid.evolve_with_slice_iter(
prepare(operators1),
ren1=mur2_grid,
ren1=xir*xir*mur2_grid,
alphas=alphas_values,
xi=(xir, xif),
order_mask=order_mask,
Expand Down

0 comments on commit a8501e1

Please sign in to comment.