mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Merge pull request #355 from felixerben/bugfix/stoutSmearing
bugfix 3D stout smearing
This commit is contained in:
commit
0e4413ddde
@ -89,11 +89,12 @@ public:
|
|||||||
SmearBase->smear(C, U);
|
SmearBase->smear(C, U);
|
||||||
|
|
||||||
for (int mu = 0; mu < Nd; mu++) {
|
for (int mu = 0; mu < Nd; mu++) {
|
||||||
if( mu == OrthogDim )
|
Umu = peekLorentz(U, mu);
|
||||||
|
if( mu == OrthogDim ){
|
||||||
tmp = 1.0; // Don't smear in the orthogonal direction
|
tmp = 1.0; // Don't smear in the orthogonal direction
|
||||||
|
}
|
||||||
else {
|
else {
|
||||||
tmp = peekLorentz(C, mu);
|
tmp = peekLorentz(C, mu);
|
||||||
Umu = peekLorentz(U, mu);
|
|
||||||
iq_mu = Ta(
|
iq_mu = Ta(
|
||||||
tmp *
|
tmp *
|
||||||
adj(Umu)); // iq_mu = Ta(Omega_mu) to match the signs with the paper
|
adj(Umu)); // iq_mu = Ta(Omega_mu) to match the signs with the paper
|
||||||
|
Loading…
x
Reference in New Issue
Block a user