mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-09 21:50:45 +01:00
Hadrons: LCL: orthogonalise coarse evec
This commit is contained in:
parent
15767a1491
commit
e5ea84d531
@ -232,6 +232,8 @@ void TLocalCoherenceLanczos<FImpl, nBasis>::execute(void)
|
|||||||
coarsePar.Nstop, coarsePar.Nk, coarsePar.Nm,
|
coarsePar.Nstop, coarsePar.Nk, coarsePar.Nm,
|
||||||
coarsePar.resid, coarsePar.MaxIt, coarsePar.betastp,
|
coarsePar.resid, coarsePar.MaxIt, coarsePar.betastp,
|
||||||
coarsePar.MinRes);
|
coarsePar.MinRes);
|
||||||
|
LOG(Message) << "Orthogonalising" << std::endl;
|
||||||
|
solver.Orthogonalise();
|
||||||
if (!par().output.empty())
|
if (!par().output.empty())
|
||||||
{
|
{
|
||||||
coarse.write(par().output + "_coarse");
|
coarse.write(par().output + "_coarse");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user