lattice / quda

QUDA is a library for performing calculations in lattice QCD on GPUs.
https://lattice.github.io/quda
Other
279 stars 94 forks source link

Fix a bug in `DiracWilsonPC::prepare`. #1454

Closed SaltyChiang closed 3 months ago

SaltyChiang commented 3 months ago

./invert_test --solution-type mat --matpc odd-odd fails in the recent commit. This PR fixes it.

maddyscientist commented 3 months ago

Thanks for catching my bug @SaltyChiang.