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