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

Removed A2A contraction module and replaced it with the beginnings of a meson field module

This commit is contained in:
fionnoh
2018-06-28 16:17:26 +01:00
parent 7fe3974c0a
commit a2929f4384
3 changed files with 77 additions and 54 deletions

View File

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