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

Added topological charge measurement

This commit is contained in:
Guido Cossu
2017-03-17 16:14:57 +09:00
parent 91886068fe
commit 3d0fe15374
7 changed files with 87 additions and 18 deletions

View File

@ -66,7 +66,9 @@ int main(int argc, char **argv) {
// Construct observables
// here there is too much indirection
typedef PlaquetteMod<HMCWrapper::ImplPolicy> PlaqObs;
typedef TopologicalChargeMod<HMCWrapper::ImplPolicy> QObs;
TheHMC.Resources.AddObservable<PlaqObs>();
TheHMC.Resources.AddObservable<QObs>();
//////////////////////////////////////////////
/////////////////////////////////////////////////////////////