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

A2A meson field contraction code

This commit is contained in:
fionnoh
2018-07-16 14:18:45 +01:00
parent db86cdd7bd
commit 9deae8c962
5 changed files with 362 additions and 150 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>;