Collective Variables Module - Developer Documentation
|
Unified base class for grid of values of a function of several collective variables. More...
#include <colvargrid.h>
Public Attributes | |
size_t | nd = 0 |
Number of dimensions. | |
std::vector< int > | nx |
Number of points along each dimension. | |
std::vector< int > | nxc |
Cumulative number of points along each dimension. | |
std::vector< colvarvalue > | lower_boundaries |
Lower boundaries of the colvars in this grid. | |
std::vector< colvarvalue > | upper_boundaries |
Upper boundaries of the colvars in this grid. | |
std::vector< cvm::real > | widths |
Widths of the colvars in this grid. | |
Unified base class for grid of values of a function of several collective variables.