You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once PR #776 is in, the relevant comment is on line 47 of include/kernels/gauge_stout.cuh. A good way to address this might be similar to how Coulomb vs Landau gauge fixing is handled---pass in a dimension to not smear in (here, 3), or alternatively if 4 (or maybe we should use -1?) is passed in, do the full 4-d smearing. This is forward-thinking for evolution with smeared actions, where a full 4-d smearing is used, unlike in smearing for spectrum measurements.
The text was updated successfully, but these errors were encountered:
It looks like over-improved stout assumes smearing in all 4 dimensions. I guess to be even more forward thinking, we should just merge stout and over-improved stout to support 3-d and 4-d, as well as over-improved vs regular in general.
On Thu, Mar 14, 2019 at 3:44 PM Evan Weinberg ***@***.***> wrote:
It looks like over-improved stout assumes smearing in all 4 dimensions. I
guess to be even *more* forward thinking, we should just merge stout and
over-improved stout to support 3-d and 4-d, as well as over-improved vs
regular in general.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#778 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ACP51yx7PfQagau0VcXrogR4UTsEB1_sks5vWqaUgaJpZM4b1EOu>
.
Once PR #776 is in, the relevant comment is on line 47 of
include/kernels/gauge_stout.cuh
. A good way to address this might be similar to how Coulomb vs Landau gauge fixing is handled---pass in a dimension to not smear in (here, 3), or alternatively if 4 (or maybe we should use -1?) is passed in, do the full 4-d smearing. This is forward-thinking for evolution with smeared actions, where a full 4-d smearing is used, unlike in smearing for spectrum measurements.The text was updated successfully, but these errors were encountered: