mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-18 15:57:05 +01:00
Improvement in the CG interface for Repro
This commit is contained in:
@ -64,9 +64,9 @@ class HmcRunner : public NerscHmcRunner {
|
||||
FermionAction FermOp(U, *FGrid, *FrbGrid, mass);
|
||||
|
||||
// To enable the CG reproducibility tests use
|
||||
ConjugateGradient<FermionField> CG(1.0e-8, 10000, false, true);
|
||||
//ConjugateGradient<FermionField> CG(1.0e-8, 10000, ReproducibilityTest);
|
||||
// This is the plain version
|
||||
//ConjugateGradient<FermionField> CG(1.0e-8, 10000);
|
||||
ConjugateGradient<FermionField> CG(1.0e-8, 10000);
|
||||
|
||||
TwoFlavourPseudoFermionAction<ImplPolicy> Nf2(FermOp, CG, CG);
|
||||
|
||||
|
Reference in New Issue
Block a user