|
Gromacs
2025.3
|
#include "gmxpre.h"#include "biasparams.h"#include <cmath>#include <cstddef>#include <algorithm>#include <limits>#include "gromacs/applied_forces/awh/dimparams.h"#include "gromacs/math/functions.h"#include "gromacs/mdtypes/awh_params.h"#include "gromacs/utility/arrayref.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/gmxassert.h"#include "biasgrid.h"
Include dependency graph for biasparams.cpp:Implements the initialization of the BiasParams class.
Functions | |
| int64_t | gmx::anonymous_namespace{biasparams.cpp}::calcTargetUpdateInterval (const AwhParams &awhParams, const AwhBiasParams &awhBiasParams) |
| Determines the interval for updating the target distribution. More... | |
| int64_t | gmx::anonymous_namespace{biasparams.cpp}::calcCheckCoveringInterval (const AwhParams &awhParams, ArrayRef< const DimParams > dimParams, ArrayRef< const GridAxis > gridAxis) |
| Determines the step interval for checking for covering. More... | |
| double | gmx::anonymous_namespace{biasparams.cpp}::getInitialHistogramSizeEstimate (const AwhBiasParams &awhBiasParams, ArrayRef< const GridAxis > gridAxis, double beta, double samplingTimestep) |
| Estimate a reasonable initial reference weight histogram size. More... | |
| int | gmx::anonymous_namespace{biasparams.cpp}::getNumSharedUpdate (const AwhBiasParams &awhBiasParams, int numSharingSimulations) |
| Returns the number of simulations sharing bias updates. More... | |
1.8.5