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

stochastic QED field module in Hadrons

This commit is contained in:
2016-12-22 00:29:41 +01:00
parent 17b3a10d46
commit 4c3fd9fa3f
4 changed files with 187 additions and 0 deletions

View File

@ -1,6 +1,7 @@
modules_cc =\
Modules/MGauge/Load.cc \
Modules/MGauge/Random.cc \
Modules/MGauge/StochEm.cc \
Modules/MGauge/Unit.cc
modules_hpp =\
@ -10,6 +11,7 @@ modules_hpp =\
Modules/MContraction/Meson.hpp \
Modules/MGauge/Load.hpp \
Modules/MGauge/Random.hpp \
Modules/MGauge/StochEm.hpp \
Modules/MGauge/Unit.hpp \
Modules/MSolver/RBPrecCG.hpp \
Modules/MSource/Point.hpp \