Gromacs
2025-dev-20241003-bd59e46
|
#include "gmxpre.h"
#include "gromacs/nbnxm/exclusionchecker.h"
#include <functional>
#include <utility>
#include <vector>
#include "gromacs/gmxlib/network.h"
#include "gromacs/mdtypes/commrec.h"
#include "gromacs/mdtypes/observablesreducer.h"
#include "gromacs/topology/atoms.h"
#include "gromacs/topology/idef.h"
#include "gromacs/topology/ifunc.h"
#include "gromacs/topology/mtop_util.h"
#include "gromacs/topology/topology.h"
#include "gromacs/utility/arrayref.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/fatalerror.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/listoflists.h"
This file defines functions to reduce and check exclusion counts.
Classes | |
class | ExclusionChecker::Impl |
Data to help check local topology construction. More... | |
Functions | |
static int | computeNumGlobalPerturbedExclusions (const gmx_mtop_t &mtop) |
Compute the number of exclusions involving perturbed atoms. More... | |
|
static |
Compute the number of exclusions involving perturbed atoms.
[in] | mtop | The global system topology |