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

Printing checksum for the RNG file

This commit is contained in:
Guido Cossu
2016-10-19 16:56:11 +01:00
parent 74f1ed3bc5
commit 8c65bdf6d3
4 changed files with 9 additions and 0 deletions

View File

@ -85,6 +85,7 @@ public:
LinkField Pmu(P._grid);
Pmu = zero;
for (int mu = 0; mu < Nd; mu++) {
std::cout << "generating momenta " << mu << "\n";
SU<Nrepresentation>::GaussianFundamentalLieAlgebraMatrix(pRNG, Pmu);
PokeIndex<LorentzIndex>(P, Pmu, mu);
}