mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-14 01:35:36 +00:00
Reverting parameters to original
This commit is contained in:
parent
84687ccf1f
commit
c67f41887b
@ -76,7 +76,7 @@ int main(int argc, char **argv) {
|
|||||||
// need wrappers of the fermionic classes
|
// need wrappers of the fermionic classes
|
||||||
// that have a complex construction
|
// that have a complex construction
|
||||||
// standard
|
// standard
|
||||||
RealD beta = 6.0 ;
|
RealD beta = 5.6 ;
|
||||||
WilsonGaugeActionR Waction(beta);
|
WilsonGaugeActionR Waction(beta);
|
||||||
|
|
||||||
ActionLevel<HMCWrapper::Field> Level1(1);
|
ActionLevel<HMCWrapper::Field> Level1(1);
|
||||||
@ -86,8 +86,8 @@ int main(int argc, char **argv) {
|
|||||||
/////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
// HMC parameters are serialisable
|
// HMC parameters are serialisable
|
||||||
TheHMC.Parameters.MD.MDsteps = 40;
|
TheHMC.Parameters.MD.MDsteps = 20;
|
||||||
TheHMC.Parameters.MD.trajL = 2.0;
|
TheHMC.Parameters.MD.trajL = 1.0;
|
||||||
|
|
||||||
TheHMC.ReadCommandLine(argc, argv); // these can be parameters from file
|
TheHMC.ReadCommandLine(argc, argv); // these can be parameters from file
|
||||||
TheHMC.Run(); // no smearing
|
TheHMC.Run(); // no smearing
|
||||||
|
Loading…
Reference in New Issue
Block a user