Skip to content

Commit

Permalink
PyPidBasis from Pdg to Evol
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomomagni committed Jul 23, 2024
1 parent 4d44dbf commit 6812bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pineko/evolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ def prepare(operator, items):
fac1=q2,
x1=operator.bases.targetgrid.raw,
pids1=operator.bases.targetpids,
pid_basis=PyPidBasis.Pdg,
pid_basis=PyPidBasis.Evol,
)
return (info, op.operator)

Expand Down

0 comments on commit 6812bdd

Please sign in to comment.