1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-20 00:36:55 +01:00

Hadrons: stout smearing module

This commit is contained in:
2018-07-02 17:52:04 +01:00
parent d2c42e6f42
commit 3ce68a751a
5 changed files with 114 additions and 1 deletions

View File

@ -0,0 +1,7 @@
#include <Grid/Hadrons/Modules/MGauge/StoutSmearing.hpp>
using namespace Grid;
using namespace Hadrons;
using namespace MGauge;
template class Grid::Hadrons::MGauge::TStoutSmearing<GIMPL>;