Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Typedefs | Variables
#include <vector>
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/basedefinitions.h"
+ Include dependency graph for dimparams.h:
+ This graph shows which files directly or indirectly include this file:

Description

Declares the DimParams struct and AWH vector types.

This class holds the physical information for a dimension of the bias reaction-coordinate grid.

Author
Viveca Lindahl
Berk Hess hess@.nosp@m.kth..nosp@m.se

Classes

struct  gmx::DimParams
 Constant parameters for each dimension of the coordinate. More...
 

Typedefs

typedef double gmx::awh_dvec [c_biasMaxNumDim]
 A real vector in AWH coordinate space.
 
typedef int gmx::awh_ivec [c_biasMaxNumDim]
 An integer vector in AWH coordinate space.
 

Variables

static const int gmx::c_biasMaxNumDim = 4
 The maximum dimensionality of the AWH coordinate.