1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 23:37:06 +01:00

SU3 restored + output filename for mesons and baryons fixed.

This commit is contained in:
David Preti
2018-01-10 14:56:54 +01:00
parent 9028e278e4
commit a3affac963
5 changed files with 9 additions and 5 deletions

View File

@ -165,8 +165,10 @@ void TMeson<FImpl1, FImpl2>::execute(void)
LOG(Message) << "Computing meson contractions '" << getName() << "' using"
<< " quarks '" << par().q1 << "' and '" << par().q2 << "'"
<< std::endl;
std::string output_name = par().output + "." + std::to_string(env().getTrajectory());
CorrWriter writer(par().output);
CorrWriter writer(output_name);
std::vector<TComplex> buf;
std::vector<Result> result;
Gamma g5(Gamma::Algebra::Gamma5);