1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-17 23:37:06 +01:00

Hadrons: 4-quark non-eye 3-pt contractions

This commit is contained in:
2019-02-04 21:24:07 +00:00
parent 6b46834af8
commit 2eb584fdf0
4 changed files with 178 additions and 0 deletions

View File

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