1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 12:47:05 +01:00

Hadrons: Kl2 contraction using sequential propagators

This commit is contained in:
Vera Guelpers
2018-12-14 13:45:30 +00:00
parent fa97a56fdd
commit 943fa48ce4
5 changed files with 256 additions and 1 deletions

View File

@ -168,7 +168,10 @@ void TFreeProp<FImpl>::execute(void)
}
sol = zero;
std::vector<double> twist = strToVec<double>(par().twist);
if(twist.size() != Nd) HADRONS_ERROR(Size, "number of twist angles does not match number of dimensions");
if(twist.size() != Nd)
{
HADRONS_ERROR(Size, "number of twist angles does not match number of dimensions");
}
mat.FreePropagator(source,sol,mass,twist);
FermToProp<FImpl>(prop, sol, s, c);
// create 4D propagators from 5D one if necessary