1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-14 13:57:07 +01:00

Hadrons: 1 propagator loop construction now using A2A vectors

This commit is contained in:
2019-02-05 19:12:38 +00:00
parent c60e50e3cb
commit d5b053f86f
6 changed files with 106 additions and 201 deletions

View File

@ -0,0 +1,7 @@
#include <Hadrons/Modules/MContraction/A2ALoop.hpp>
using namespace Grid;
using namespace Hadrons;
using namespace MContraction;
template class Grid::Hadrons::MContraction::TA2ALoop<FIMPL>;