mirror of
https://github.com/paboyle/Grid.git
synced 2026-03-28 23:06:10 +00:00
Verbosity reduction batched inner product for reorthogonalization
This commit is contained in:
@@ -200,8 +200,8 @@ int main(int argc, char** argv) {
|
||||
RD.close();
|
||||
}
|
||||
|
||||
// std::vector<Complex> boundary = {1,1,1,-1};
|
||||
std::vector<Complex> boundary = {1,1,1,1};
|
||||
std::vector<Complex> boundary = {1,1,1,-1};
|
||||
// std::vector<Complex> boundary = {1,1,1,1};
|
||||
FermionOp::ImplParams Params(boundary);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user