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

Description

Declares the Bias class.

This class is essentially a wrapper around the BiasState class. In addition to BiasState, it holds all data that BiasState needs to update the bias. Interaction of the outside world, such as updating BiasState or extracting bias data all happen through Bias.

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

Classes

class  gmx::Bias
 A bias acting on a multidimensional coordinate. More...