1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-24 14:34:44 +00:00

added module to compute perambulator from a solve

This commit is contained in:
Felix Erben
2019-03-07 15:33:50 +00:00
parent 73cdca3973
commit 93dfbfbfcd
7 changed files with 272 additions and 210 deletions

View File

@@ -125,6 +125,7 @@ template <typename FImpl>
void TBC2<FImpl>::execute(void)
{
auto &one = envGet(std::vector<FermionField>, par().one);
auto &two = envGet(std::vector<FermionField>, par().two);
auto &three = envGet(std::vector<FermionField>, par().three);