|
Gromacs
2025.4
|
#include <cstddef>#include <memory>#include <vector>#include "gromacs/utility/arrayref.h"#include "gromacs/utility/classhelpers.h"#include "gromacs/utility/gmxmpi.h"
Include dependency graph for biassharing.h:
This graph shows which files directly or indirectly include this file:Declares functions to check bias sharing properties.
This actual sharing of biases is currently implemeted in BiasState.
Classes | |
| class | gmx::ArrayRef< typename > |
| STL-like interface to a C array of T (or part of a std container of T). More... | |
Functions | |
| bool | gmx::haveBiasSharingWithinSimulation (const AwhParams &awhParams) |
| Returns if any bias is sharing within a simulation. More... | |
| void | gmx::biasesAreCompatibleForSharingBetweenSimulations (const AwhParams &awhParams, ArrayRef< const size_t > pointSize, const BiasSharing &biasSharing) |
| Checks whether biases are compatible for sharing between simulations, throws when not. More... | |
1.8.5