1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Hadrons: spurious Dminus removed

This commit is contained in:
Antonin Portelli 2018-06-22 16:33:43 +02:00
parent 485207901b
commit e0ed7e300f

View File

@ -169,11 +169,8 @@ void TGaugeProp<FImpl>::execute(void)
PropToFerm<FImpl>(source, fullSrc, s, c);
}
}
LOG(Message) << "Prepare source" << std::endl;
sol = source;
mat.Dminus(sol, source);
sol = zero;
LOG(Message) << "Solve" << std::endl;
sol = zero;
solver(sol, source);
LOG(Message) << "Export solution" << std::endl;
FermToProp<FImpl>(prop, sol, s, c);