mirror of
https://github.com/paboyle/Grid.git
synced 2025-05-10 12:35:57 +01:00
fix rngs issue; block Lanczos is working
This commit is contained in:
parent
2db7e6f8ab
commit
9266b89ad8
@ -180,7 +180,7 @@ public:
|
||||
Glog<<"orthogonalize after: "<<j<<" of "<<k<<" "<< ip <<std::endl;
|
||||
}
|
||||
}
|
||||
normalize(w,if_print);
|
||||
assert(normalize(w,if_print) != 0);
|
||||
}
|
||||
void reorthogonalize(Field& w, std::vector<Field>& evec, int k)
|
||||
{
|
||||
|
@ -363,7 +363,7 @@ int main (int argc, char ** argv)
|
||||
std::vector<RealD> eval(JP.Nm);
|
||||
|
||||
std::vector<FermionField> src(JP.Nu,FrbGrid);
|
||||
if (1)
|
||||
if (0)
|
||||
{
|
||||
std::cout << GridLogMessage << "Using RNG5"<<std::endl;
|
||||
FermionField src_tmp(FGrid);
|
||||
|
Loading…
x
Reference in New Issue
Block a user