1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-09 21:50:45 +01: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); 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; LOG(Message) << "Solve" << std::endl;
sol = zero;
solver(sol, source); solver(sol, source);
LOG(Message) << "Export solution" << std::endl; LOG(Message) << "Export solution" << std::endl;
FermToProp<FImpl>(prop, sol, s, c); FermToProp<FImpl>(prop, sol, s, c);