1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 20:57:06 +01:00

Multiply TVs in Wilson MG with G5 instead of G5R5

This commit is contained in:
Daniel Richtmann
2017-12-22 13:07:56 +01:00
parent df152648d6
commit 39558cce52

View File

@ -820,7 +820,7 @@ int main (int argc, char ** argv)
testVectorAnalyzer(HermOp, Aggregates.subspace);
for(int n=0;n<nb;n++){
Aggregates.subspace[n+nb] = g5 * Aggregates.subspace[n]; // multiply with g5 normally instead of G5R5
Aggregates.subspace[n+nb] = g5 * Aggregates.subspace[n]; // multiply with g5 normally instead of G5R5 since this specific to DWF
std::cout<<GridLogMessage<<n<<" subspace "<<norm2(Aggregates.subspace[n+nb])<<" "<<norm2(Aggregates.subspace[n]) <<std::endl;
}
for(int n=0;n<nbasis;n++){