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

Temporarily added in the contraction code that produced the working 2-pt function. This is commited for reference only and will be removed in the next push.

This commit is contained in:
fionnoh
2018-06-22 12:28:41 +01:00
parent 8fccda301a
commit 0de090ee74
2 changed files with 221 additions and 0 deletions

View File

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