1
0
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:
Chulwoo Jung
2026-03-16 14:34:56 -04:00
parent 4e1d95d3bb
commit f3223021fd
3 changed files with 68 additions and 29 deletions
+1 -1
View File
@@ -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);