Gromacs
2024.4
|
#include <cstdio>
#include <vector>
#include "gromacs/math/vectypes.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::ArrayRef< typename > |
STL-like interface to a C array of T (or part of a std container of T). More... | |
class | gmx::HistogramSize |
Tracks global size related properties of the bias histogram. More... | |