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

Debugging the Clover term

This commit is contained in:
Guido Cossu
2017-08-04 16:08:07 +01:00
parent fde71c3c52
commit 75ee6cfc86
8 changed files with 149 additions and 52 deletions

View File

@ -91,7 +91,7 @@ int main (int argc, char ** argv)
}
WilsonCloverFermionR Dwc(Umu,Grid,RBGrid,mass,csw,params);
Dwc.ImportGauge(Umu);
std::cout<<GridLogMessage<<"=========================================================="<<std::endl;
std::cout<<GridLogMessage<<"= Testing Dhop against cshift implementation "<<std::endl;
@ -191,7 +191,6 @@ int main (int argc, char ** argv)
Dwc.MooeeInv(src_e,phi_e);
Dwc.Mooee(chi_o,src_o);
exit(1);
Dwc.MooeeInv(src_o,phi_o);
setCheckerboard(phi,phi_e);