25 #include "Grids/Grid.h"
55 const std::vector<double>& sigma,
57 center(center),
width(sigma), height(height)
133 const MPI_Comm& comm,
135 const std::vector<double>& widths,
136 const std::vector<double>& lowerb,
137 const std::vector<double>& upperb,
138 const std::vector<double>& lowerk,
139 const std::vector<double>& upperk,
141 unsigned int hillfreq,
142 unsigned int frequency) :
145 upperb_(upperb), lowerb_(lowerb),
upperk_(upperk), lowerk_(lowerk)
178 void LoadHills(
const std::string& filename);
181 static Meta*
Build(
const Json::Value& json,
182 const MPI_Comm& world,
183 const MPI_Comm& comm,
184 const std::string& path);
Collective variable manager.
std::vector< CollectiveVariable * > CVList
List of Collective Variables.
Class containing a snapshot of the current simulation in time.
Interface for Method implementations.
std::vector< double > center
Hill center.
double height
Hill height.
Hill(const std::vector< double > ¢er, const std::vector< double > &sigma, double height)
Constructs a multidimensional Hill (Gaussian)
std::vector< double > width
Hill width.