mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 22:07:05 +01:00
Hadrons: spurious Dminus removed
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user