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

Hadrons: 4-quark eye 3-pt contractions

This commit is contained in:
2019-02-05 18:53:20 +00:00
parent 90d6d28547
commit 08d8b1d5fb
4 changed files with 182 additions and 0 deletions

View File

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