lattice / quda

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

Staggered fused operator feature request #1073

Open weinbe2 opened 3 years ago

weinbe2 commented 3 years ago
Dslash(*tmp1, in, QUDA_INVALID_PARITY);
DslashXpay(out, *tmp1, QUDA_INVALID_PARITY, in, 4*mass*mass);

But Dslash and DslashXpay assume single-parity fields, so we need a workaround in terms of calling Apply[Improved]Staggered directly.

weinbe2 commented 3 years ago

FYI @rickychwong