mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
Hadrons: LCL fine convergence test
This commit is contained in:
parent
4d2a32ae7a
commit
15767a1491
@ -215,6 +215,7 @@ void TLocalCoherenceLanczos<FImpl, nBasis>::execute(void)
|
||||
solver.calcFine(finePar.Cheby, finePar.Nstop, finePar.Nk, finePar.Nm,
|
||||
finePar.resid,finePar.MaxIt, finePar.betastp,
|
||||
finePar.MinRes);
|
||||
solver.testFine(finePar.resid*100.0);
|
||||
LOG(Message) << "Orthogonalising" << std::endl;
|
||||
solver.Orthogonalise();
|
||||
if (!par().output.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user