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

Wilson Flow #797

Open cpviolator opened 5 years ago

cpviolator commented 5 years ago

I'm homogenising the gauge smearing and fixing routines. The addition of Wilson Flow routines to QUDA would be a nice addition.

AlexVaq commented 5 years ago

I had (somewhere) code for that (not production ready but fully working). Once I’m a bit more free I can try to find it, but it might be lost with my IRLM...

Alex

El 1 may 2019, a las 0:21, Dean Howarth notifications@github.com escribió:

I'm homogenising the gauge smearing and fixing routines. The addition of Wilson Flow routines to QUDA would be a nice addition.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

cpviolator commented 5 years ago

No worries if you can't find it. The core of the algorithm would be contained to a computeWFStep function call, which would perform a single Wilson Flow step. The rest is all boiler plated template instantiation.

But it would be good to refactor working code rather than starting from scratch :)