|
Gromacs
2026.0-dev-20251119-5f0a571d
|
#include "gmxpre.h"#include "bias.h"#include <cassert>#include <cinttypes>#include <cmath>#include <cstdio>#include <cstdlib>#include <cstring>#include <algorithm>#include <memory>#include "gromacs/applied_forces/awh/biasgrid.h"#include "gromacs/applied_forces/awh/biasparams.h"#include "gromacs/applied_forces/awh/biasstate.h"#include "gromacs/applied_forces/awh/biaswriter.h"#include "gromacs/applied_forces/awh/coordstate.h"#include "gromacs/applied_forces/awh/dimparams.h"#include "gromacs/applied_forces/awh/histogramsize.h"#include "gromacs/fileio/gmxfio.h"#include "gromacs/gmxlib/network.h"#include "gromacs/math/functions.h"#include "gromacs/math/utilities.h"#include "gromacs/mdtypes/awh_correlation_history.h"#include "gromacs/mdtypes/awh_history.h"#include "gromacs/mdtypes/awh_params.h"#include "gromacs/utility/exceptions.h"#include "gromacs/utility/gmxassert.h"#include "gromacs/utility/mpicomm.h"#include "gromacs/utility/stringutil.h"#include "biassharing.h"#include "correlationgrid.h"#include "correlationhistory.h"#include "pointstate.h"
Include dependency graph for bias.cpp:Implements the Bias class.
Functions | |
| static int64_t | gmx::countSamples (ArrayRef< const PointState > pointState) |
| Count the total number of samples / sample weight over all grid points. More... | |
| static void | gmx::ensureStateAndRunConsistency (const BiasParams ¶ms, const BiasState &state) |
| Check if the state (loaded from checkpoint) and the run are consistent. More... | |
1.8.5