Gromacs
2026.0-dev-20250418-2a07af2
|
#include "gromacs/math/vectypes.h"
#include "gromacs/utility/basedefinitions.h"
#include "gromacs/utility/real.h"
#include "nbnxm_simd.h"
Declares the NBNxM SIMD pruning only kernel.
Classes | |
class | gmx::ArrayRef< typename > |
STL-like interface to a C array of T (or part of a std container of T). More... | |
Functions | |
template<KernelLayout kernelLayout> | |
void | gmx::nbnxmSimdPruneKernel (NbnxnPairlistCpu *nbl, const nbnxn_atomdata_t &nbat, ArrayRef< const RVec > shiftvec, real rlistInner) |
Prune a single NbnxnPairlistCpu entry with distance rlistInner. | |