Collective Variables Module - Developer Documentation
Loading...
Searching...
No Matches
Public Attributes | List of all members
colvar_grid_params Class Reference

Unified base class for grid of values of a function of several collective variables. More...

#include <colvargrid.h>

Inheritance diagram for colvar_grid_params:
Inheritance graph
[legend]

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< colvarvaluelower_boundaries
 Lower boundaries of the colvars in this grid.
 
std::vector< colvarvalueupper_boundaries
 Upper boundaries of the colvars in this grid.
 
std::vector< cvm::realwidths
 Widths of the colvars in this grid.
 

Detailed Description

Unified base class for grid of values of a function of several collective variables.


The documentation for this class was generated from the following file: