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

Conserved current rewrite done. Zmobius working

This commit is contained in:
Peter Boyle
2020-04-23 04:34:01 -04:00
parent ed70cce542
commit edec9ee2e2
156 changed files with 596 additions and 6271 deletions

View File

@@ -176,6 +176,7 @@ void TSeqConserved<FImpl>::execute(void)
envGetTmp(LatticeComplex, latt_compl);
src = Zero();
auto zz = src;
//exp(ipx)
auto &mom_phase = envGet(LatticeComplex, SeqmomphName_);
@@ -215,8 +216,8 @@ void TSeqConserved<FImpl>::execute(void)
latt_compl = mom_phase;
}
mat.SeqConservedCurrent(q, src_tmp, par().curr_type, mu,
par().tA, par().tB, latt_compl);
mat.SeqConservedCurrent(q, src_tmp, zz, par().curr_type, mu,
par().tA, par().tB, latt_compl);
src += src_tmp;
}