1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 07:17:06 +01:00

First steps for the force term

This commit is contained in:
Guido Cossu
2017-03-30 11:14:27 +01:00
parent 3750b9ffee
commit 1ed69816b9
2 changed files with 13 additions and 2 deletions

View File

@ -301,7 +301,7 @@ public:
GaugeMat v = adj(Vup) - adj(Vdn);
GaugeMat u = PeekIndex<LorentzIndex>(Umu, mu); // some redundant copies
GaugeMat vu = v*u;
FS = 0.25*Ta(u*v - Cshift(vu, mu, +1));
FS = 0.25*Ta(u*v + Cshift(vu, mu, +1));// need jsut the antihermite part
}