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

projectU3 yields a unitary matrix

This commit is contained in:
david clarke
2024-01-23 14:43:58 -07:00
parent 00f24f8765
commit 4924b3209e
3 changed files with 23 additions and 20 deletions

View File

@ -51,12 +51,6 @@ struct ConfParameters: Serializable {
}
};
//
// one method: input --> fat
// another : input --> long (naik)
// another : input --> unitarize
//
void testSmear(GridCartesian& GRID, LatticeGaugeFieldD Umu, LatticeGaugeFieldD Usmr, LatticeGaugeFieldD Unaik,
LatticeGaugeFieldD Ucontrol, Real c1, Real cnaik, Real c3, Real c5, Real c7, Real clp) {
@ -79,7 +73,7 @@ void testSmear(GridCartesian& GRID, LatticeGaugeFieldD Umu, LatticeGaugeFieldD U
} else {
Grid_error(" |Umu-Unaik|/|Umu| = ",absDiff);
}
hisq_fat.projectU3(Uproj,Usmr);
hisq_fat.projectU3(Uproj,Ucontrol);
// NerscIO::writeConfiguration(Unaik,"nersc.l8t4b3360.naik");
}
}