From 454302414db4a5803fd84065b41b2ae3cae66c58 Mon Sep 17 00:00:00 2001 From: Guido Cossu Date: Tue, 15 Nov 2016 12:31:13 +0000 Subject: [PATCH] Small modif at the test hmc --- gh-pages | 1 - tests/hmc/Test_hmc_WilsonFermionGauge_Binary.cc | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 120000 gh-pages diff --git a/gh-pages b/gh-pages deleted file mode 120000 index 0f895714..00000000 --- a/gh-pages +++ /dev/null @@ -1 +0,0 @@ -../Grid_gh-pages/Grid/ \ No newline at end of file diff --git a/tests/hmc/Test_hmc_WilsonFermionGauge_Binary.cc b/tests/hmc/Test_hmc_WilsonFermionGauge_Binary.cc index e81c212d..65007673 100644 --- a/tests/hmc/Test_hmc_WilsonFermionGauge_Binary.cc +++ b/tests/hmc/Test_hmc_WilsonFermionGauge_Binary.cc @@ -86,12 +86,12 @@ class HmcRunner : public BinaryHmcRunner { // it with zeroes? FermionAction FermOp(U, *FGrid, *FrbGrid, mass); - ConjugateGradient CG(1.0e-8, 10000); + ConjugateGradient CG(1.0e-8, 2000); TwoFlavourPseudoFermionAction Nf2(FermOp, CG, CG); // Set smearing (true/false), default: false - Nf2.is_smeared = true; + Nf2.is_smeared = false; // Collect actions ActionLevel Level1(1);