1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-07-10 02:17:06 +01:00

Hadrons: Module to electrify a gauge field

This commit is contained in:
Vera Guelpers
2018-11-06 10:27:18 +00:00
parent febe41cc1d
commit 85699daef2
4 changed files with 188 additions and 0 deletions

View File

@ -25,6 +25,7 @@ modules_cc =\
Modules/MSolver/LocalCoherenceLanczos.cc \
Modules/MGauge/StoutSmearing.cc \
Modules/MGauge/Unit.cc \
Modules/MGauge/Electrify.cc \
Modules/MGauge/UnitEm.cc \
Modules/MGauge/StochEm.cc \
Modules/MGauge/Random.cc \
@ -98,6 +99,7 @@ modules_hpp =\
Modules/MGauge/UnitEm.hpp \
Modules/MGauge/StoutSmearing.hpp \
Modules/MGauge/Unit.hpp \
Modules/MGauge/Electrify.hpp \
Modules/MGauge/Random.hpp \
Modules/MGauge/GaugeFix.hpp \
Modules/MGauge/FundtoHirep.hpp \