mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-10 06:00:45 +01:00
Hadrons: contractor translation average normalisation
This commit is contained in:
parent
344e832a4e
commit
2ac57370f1
@ -371,6 +371,10 @@ int main(int argc, char* argv[])
|
||||
dti++;
|
||||
}
|
||||
for (unsigned int tLast = 0; tLast < par.global.nt; ++tLast)
|
||||
{
|
||||
corr[tLast] /= translations.size();
|
||||
}
|
||||
for (unsigned int tLast = 0; tLast < par.global.nt; ++tLast)
|
||||
{
|
||||
std::cout << tLast << " " << corr[tLast] << std::endl;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user