1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 17:25:37 +01:00

Use more iterations in subspace creation

This commit is contained in:
Daniel Richtmann 2018-01-29 17:11:29 +01:00
parent 161637e573
commit bfc1411c1f
No known key found for this signature in database
GPG Key ID: B33C490AF0772057

View File

@ -221,7 +221,7 @@ namespace Grid {
hermop.Op(noise,Mn); std::cout<<GridLogMessage << "noise ["<<b<<"] <n|MdagM|n> "<<norm2(Mn)<<std::endl;
for(int i=0;i<1;i++){
for(int i=0;i<3;i++){
CG(hermop,noise,subspace[b]);