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

Hadrons: scalar SU(N) various fixes

This commit is contained in:
2018-05-14 18:58:39 +01:00
parent 48de706dd5
commit 5e3be47117
2 changed files with 6 additions and 6 deletions

View File

@ -116,7 +116,7 @@ void TStochFreeField<SImpl>::execute(void)
SImpl::MomentumSpacePropagator(w, sqrt(par().m2));
w *= par().g/N;
w = sqrt(vol*real(w));
w = sqrt(vol)*sqrt(w);
}
LOG(Message) << "Generating random momentum-space field" << std::endl;
envGetTmp(Field, phift);