1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Fix to WilsonCompressor that fixes a bug in comms phase due to the sign change on gamma

matrix in hopping term.
Add logging of time spent in CG.
This commit is contained in:
paboyle
2015-12-29 23:49:41 +00:00
parent e6cad3821c
commit 841a37f941
2 changed files with 17 additions and 5 deletions

View File

@ -27,7 +27,7 @@ namespace QCD {
{
SiteHalfSpinor ret;
int mudag=mu;
if (dag) {
if (!dag) {
mudag=(mu+Nd)%(2*Nd);
}
switch(mudag) {