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:
@ -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);
|
||||
|
Reference in New Issue
Block a user