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

Moving hmc observables in a different directory

This commit is contained in:
Guido Cossu
2017-03-17 11:40:17 +09:00
parent b3dede4dd3
commit b640230b1e
5 changed files with 141 additions and 38 deletions

View File

@ -42,6 +42,8 @@ directory
#include <string>
#include <list>
namespace Grid {
namespace QCD {
@ -87,7 +89,7 @@ struct HMCparameters: Serializable {
};
/*
// Move this to a different file
template <class Field>
class HmcObservable {
@ -144,7 +146,7 @@ class PlaquetteLogger : public HmcObservable<typename Impl::Field> {
}
};
//////////////////////////////////////////////////////////////
*/
template <class IntegratorType>
class HybridMonteCarlo {