lattice / quda

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

Fermion smearing interface cleanup #1474

Open maddyscientist opened 5 months ago

maddyscientist commented 5 months 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.