Gromacs
2020.4
|
#include <cstdio>
#include <vector>
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/arrayref.h"
Declares the HistogramSize class.
The data members of this class keep track of global size and update related properties of the bias histogram and the evolution of the histogram size. Initially histogramSize_ (and thus the convergence rate) is controlled heuristically to get good initial estimates, i.e. increase the robustness of the method.
Classes | |
class | gmx::HistogramSize |
Tracks global size related properties of the bias histogram. More... | |