1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

More re-import of Mobius EOFA

This commit is contained in:
David Murphy
2017-08-17 19:28:53 -04:00
parent e140b3f802
commit ac9e6b63c0
2 changed files with 261 additions and 229 deletions

View File

@ -347,9 +347,7 @@ namespace QCD {
GridBase* grid = this->FermionRedBlackGrid();
int LLs = grid->_rdimensions[0];
if(LLs == Ls){
return; // Not vectorised in 5th direction
}
if(LLs == Ls){ return; } // Not vectorised in 5th direction
Eigen::MatrixXcd Pplus = Eigen::MatrixXcd::Zero(Ls,Ls);
Eigen::MatrixXcd Pminus = Eigen::MatrixXcd::Zero(Ls,Ls);