M0 charm does not fail on covergence check

This commit is contained in:
Antonin Portelli 2023-06-11 11:18:39 +01:00
parent 3c30d73912
commit b47102bbbb

View File

@ -428,7 +428,7 @@ void RbcUkqcd::addM0CharmSolver(Application &app, const std::string solverName,
solverPar.maxIteration = 30000;
solverPar.residual = residual;
solverPar.guesser = "";
app.createModule<MSolver::RBPrecCG>(solverName, solverPar);
app.createModule<MSolver::RBPrecCGNoFail>(solverName, solverPar);
}
} // namespace hadpresets