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

separated final 2pt Contraction

This commit is contained in:
ferben
2019-02-19 17:22:30 +00:00
parent 6ebb32ffbf
commit 4522f1e831
6 changed files with 241 additions and 3 deletions

View File

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