Gromacs
2024.4
|
#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"
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.
Classes | |
class | gmx::Bias |
A bias acting on a multidimensional coordinate. More... | |