1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Small modif at the test hmc

This commit is contained in:
Guido Cossu 2016-11-15 12:31:13 +00:00
parent 6f8b771a37
commit 454302414d
2 changed files with 2 additions and 3 deletions

View File

@ -1 +0,0 @@
../Grid_gh-pages/Grid/

View File

@ -86,12 +86,12 @@ class HmcRunner : public BinaryHmcRunner {
// it with zeroes?
FermionAction FermOp(U, *FGrid, *FrbGrid, mass);
ConjugateGradient<FermionField> CG(1.0e-8, 10000);
ConjugateGradient<FermionField> CG(1.0e-8, 2000);
TwoFlavourPseudoFermionAction<ImplPolicy> Nf2(FermOp, CG, CG);
// Set smearing (true/false), default: false
Nf2.is_smeared = true;
Nf2.is_smeared = false;
// Collect actions
ActionLevel<Field> Level1(1);