mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 06:00:45 +01:00
Confirming the fix on the complex boundary conditions
This commit is contained in:
parent
806eaa0530
commit
9c12c37aaf
@ -245,8 +245,6 @@ namespace QCD {
|
|||||||
PokeIndex<LorentzIndex>(Uds, tmp, mu);
|
PokeIndex<LorentzIndex>(Uds, tmp, mu);
|
||||||
|
|
||||||
U = adj(Cshift(U, mu, -1));
|
U = adj(Cshift(U, mu, -1));
|
||||||
// FIXME -- PAB ; this looked like phase should be conjugated so I changed it.
|
|
||||||
// Should we really support these being complex?
|
|
||||||
U = where(coor == 0, conjugate(phase) * U, U);
|
U = where(coor == 0, conjugate(phase) * U, U);
|
||||||
PokeIndex<LorentzIndex>(Uds, U, mu + 4);
|
PokeIndex<LorentzIndex>(Uds, U, mu + 4);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user