25 #include "Grids/Grid.h"
55 const std::vector<double>& sigma,
144 const MPI_Comm& comm,
146 const std::vector<double>& widths,
147 const std::vector<double>& lowerb,
148 const std::vector<double>& upperb,
149 const std::vector<double>& lowerk,
150 const std::vector<double>& upperk,
152 unsigned int hillfreq,
153 unsigned int frequency) :
156 upperb_(upperb), lowerb_(lowerb),
upperk_(upperk), lowerk_(lowerk)
177 void LoadHills(
const std::string& filename);
180 static Meta*
Build(
const Json::Value& json,
181 const MPI_Comm& world,
182 const MPI_Comm& comm,
183 const std::string& path);
Collective variable manager.
Interface for Method implementations.
Class containing a snapshot of the current simulation in time.
std::vector< CollectiveVariable * > CVList
List of Collective Variables.
std::vector< double > center
Hill center.
Hill(const std::vector< double > ¢er, const std::vector< double > &sigma, double height)
Constructs a multidimensional Hill (Gaussian)
std::vector< double > width
Hill width.
double height
Hill height.