1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-09 01:47:06 +01:00

HMC for Wilson Gauge action works

Fixed bug in momenta generation
This commit is contained in:
neo
2015-07-06 12:58:49 +09:00
parent 62d8952c0a
commit 2718038977
9 changed files with 24 additions and 40 deletions

View File

@ -7,9 +7,9 @@ namespace Grid{
// FIXME fill this constructor now just default values
////////////////////////////// Default values
Nsweeps = 10;
TotalSweeps = 10;
ThermalizationSteps = 1;
Nsweeps = 100;
TotalSweeps = 20;
ThermalizationSteps = 20;
StartingConfig = 0;
SaveInterval = 1;
Filename_prefix = "Conf_";