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

Fermion smearing interface cleanup #1474

Open maddyscientist opened 1 month ago

maddyscientist commented 1 month ago

The fermion smearing interface functions, e.g., performWuppertalnStep and performGaussianSmearNStep should be thin wrappers around the performFermionSmearQuda interface function. This will reduce unnecessary boilerplate.