From c67f41887bb7d5485d845feac8b44701a5ad2a0a Mon Sep 17 00:00:00 2001 From: Guido Cossu Date: Thu, 9 Feb 2017 15:59:56 +0000 Subject: [PATCH] Reverting parameters to original --- tests/hmc/Test_hmc_WilsonGauge_Binary.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/hmc/Test_hmc_WilsonGauge_Binary.cc b/tests/hmc/Test_hmc_WilsonGauge_Binary.cc index f37c0f03..56c72bd5 100644 --- a/tests/hmc/Test_hmc_WilsonGauge_Binary.cc +++ b/tests/hmc/Test_hmc_WilsonGauge_Binary.cc @@ -76,7 +76,7 @@ int main(int argc, char **argv) { // need wrappers of the fermionic classes // that have a complex construction // standard - RealD beta = 6.0 ; + RealD beta = 5.6 ; WilsonGaugeActionR Waction(beta); ActionLevel Level1(1); @@ -86,8 +86,8 @@ int main(int argc, char **argv) { ///////////////////////////////////////////////////////////// // HMC parameters are serialisable - TheHMC.Parameters.MD.MDsteps = 40; - TheHMC.Parameters.MD.trajL = 2.0; + TheHMC.Parameters.MD.MDsteps = 20; + TheHMC.Parameters.MD.trajL = 1.0; TheHMC.ReadCommandLine(argc, argv); // these can be parameters from file TheHMC.Run(); // no smearing