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:
parent
485207901b
commit
e0ed7e300f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user