1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

added polyakov loop observable to the hmc

This commit is contained in:
pretidav
2017-11-02 21:58:16 +01:00
parent 8e057721a9
commit 7b42ac9982
5 changed files with 109 additions and 0 deletions

View File

@ -67,6 +67,9 @@ int main(int argc, char **argv)
// Construct observables
typedef PlaquetteMod<HMCWrapper::ImplPolicy> PlaqObs;
TheHMC.Resources.AddObservable<PlaqObs>();
typedef PolyakovMod<HMCWrapper::ImplPolicy> PolyakovObs;
TheHMC.Resources.AddObservable<PolyakovObs>();
//////////////////////////////////////////////
/////////////////////////////////////////////////////////////