1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-25 03:02:02 +01:00

Merge pull request #377 from RJHudspith/develop

NERSC and ILDG for non-SU(3) configuration checkpoints
This commit is contained in:
Peter Boyle
2022-05-03 08:55:48 -04:00
committed by GitHub
15 changed files with 282 additions and 247 deletions

View File

@ -125,7 +125,6 @@ public:
return sumplaq / vol / faces / Nc; // Nd , Nc dependent... FIXME
}
//////////////////////////////////////////////////
// average over all x,y,z the temporal loop
//////////////////////////////////////////////////
@ -165,7 +164,7 @@ public:
double vol = Umu.Grid()->gSites();
return p.real() / vol / 4.0 / 3.0;
return p.real() / vol / (4.0 * Nc ) ;
};
//////////////////////////////////////////////////