mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
1x1 topological charge calculation now respects gauge boundary conditions
This commit is contained in:
parent
6d26a2a1ad
commit
de68d12c3d
@ -363,7 +363,7 @@ public:
|
|||||||
GaugeMat u = PeekIndex<LorentzIndex>(Umu, mu); // some redundant copies
|
GaugeMat u = PeekIndex<LorentzIndex>(Umu, mu); // some redundant copies
|
||||||
GaugeMat vu = v*u;
|
GaugeMat vu = v*u;
|
||||||
//FS = 0.25*Ta(u*v + Cshift(vu, mu, -1));
|
//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));
|
FS = 0.125*(FS - adj(FS));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user