1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00

1x1 topological charge calculation now respects gauge boundary conditions

This commit is contained in:
Christopher Kelly 2021-12-06 13:42:09 -05:00
parent 6d26a2a1ad
commit de68d12c3d

View File

@ -363,7 +363,7 @@ public:
GaugeMat u = PeekIndex<LorentzIndex>(Umu, mu); // some redundant copies
GaugeMat vu = v*u;
//FS = 0.25*Ta(u*v + Cshift(vu, mu, -1));
FS = (u*v + Cshift(vu, mu, -1));
FS = (u*v + Gimpl::CshiftLink(vu, mu, -1));
FS = 0.125*(FS - adj(FS));
}