1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-01-09 19:39:34 +00:00

new module for baryon contraction

This commit is contained in:
ferben
2019-03-06 13:55:36 +00:00
parent 7718ee199a
commit d716f8a0c9
2 changed files with 196 additions and 0 deletions

View File

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