mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
Hadrons: tests improvement
This commit is contained in:
parent
f63fac0c69
commit
cad158e42f
@ -94,7 +94,7 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
// sequential sources
|
// sequential sources
|
||||||
MSource::SeqGamma::Par seqPar;
|
MSource::SeqGamma::Par seqPar;
|
||||||
qName.push_back("QZ2_" + flavour[i] + srcName);
|
qName.push_back("QZ2_" + flavour[i] + "_" + std::to_string(t));
|
||||||
seqPar.q = qName[i];
|
seqPar.q = qName[i];
|
||||||
seqPar.tA = (t + nt/4) % nt;
|
seqPar.tA = (t + nt/4) % nt;
|
||||||
seqPar.tB = (t + nt/4) % nt;
|
seqPar.tB = (t + nt/4) % nt;
|
||||||
@ -159,6 +159,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
// execution
|
// execution
|
||||||
|
application.saveParameterFile("meson3pt.xml");
|
||||||
application.run();
|
application.run();
|
||||||
|
|
||||||
// epilogue
|
// epilogue
|
||||||
|
@ -121,6 +121,7 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
// execution
|
// execution
|
||||||
|
application.saveParameterFile("spectrum.xml");
|
||||||
application.run();
|
application.run();
|
||||||
|
|
||||||
// epilogue
|
// epilogue
|
||||||
|
Loading…
Reference in New Issue
Block a user