Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stout smearing assumes spatial dimension only #778

Open
weinbe2 opened this issue Mar 14, 2019 · 2 comments
Open

Stout smearing assumes spatial dimension only #778

weinbe2 opened this issue Mar 14, 2019 · 2 comments
Labels

Comments

@weinbe2
Copy link
Contributor

weinbe2 commented Mar 14, 2019

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.

@weinbe2
Copy link
Contributor Author

weinbe2 commented Mar 14, 2019

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.

@cpviolator
Copy link
Member

cpviolator commented Mar 14, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants