mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 04:37:05 +01:00
Fix to WilsonCompressor that fixes a bug in comms phase due to the sign change on gamma
matrix in hopping term. Add logging of time spent in CG.
This commit is contained in:
@ -27,7 +27,7 @@ namespace QCD {
|
||||
{
|
||||
SiteHalfSpinor ret;
|
||||
int mudag=mu;
|
||||
if (dag) {
|
||||
if (!dag) {
|
||||
mudag=(mu+Nd)%(2*Nd);
|
||||
}
|
||||
switch(mudag) {
|
||||
|
Reference in New Issue
Block a user