mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 15:27:06 +01:00
fix rngs issue; block Lanczos is working
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user