mirror of
https://github.com/paboyle/Grid.git
synced 2026-05-22 10:04:17 +01:00
RestartedLanczosBidiagonalization seems to have been fixed
This commit is contained in:
@@ -201,7 +201,7 @@ int main(int argc, char** argv) {
|
||||
}
|
||||
|
||||
// std::vector<Complex> boundary = {1,1,1,-1};
|
||||
std::vector<Complex> boundary = {1,1,1,0};
|
||||
std::vector<Complex> boundary = {1,1,1,1};
|
||||
FermionOp::ImplParams Params(boundary);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user