Gromacs
2018.1
|
Functions | |
bool | histogramIsEquilibrated (const std::vector< PointState > &pointStates) |
Checks if the histogram has equilibrated to the target distribution. More... | |
bool gmx::anonymous_namespace{histogramsize.cpp}::histogramIsEquilibrated | ( | const std::vector< PointState > & | pointStates | ) |
Checks if the histogram has equilibrated to the target distribution.
The histogram is considered equilibrated if, for a minimum fraction of the target region, the relative error of the sampled weight relative to the target is less than a tolerance value.
[in] | pointStates | The state of the bias points. |