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

Sigma to Nucleon contractions

This commit is contained in:
ferben
2019-11-21 17:25:37 +00:00
parent ac614cbc53
commit 421a4395af
12 changed files with 1125 additions and 201 deletions

View File

@ -140,7 +140,7 @@ void TMomentumPhase<FImpl>::execute(void)
envGetTmp(LatticeComplex, coor);
p = strToVec<Real>(par().mom);
ph = zero;
ph = Zero();
for(unsigned int mu = 0; mu < env().getNd(); mu++)
{
LatticeCoordinate(coor, mu);