Gromacs  2026.0-dev-20251111-8c1ac59
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Types | Public Attributes
gmx::PlainPairlist Struct Reference

#include <gromacs/nbnxm/nbnxm.h>

Description

A plain pairlist that can contain both normal and excluded pairs.

The first element of each entry is the atom pair, the second is the shift vector index. The distance vector is then given by: x[first.first] - x[first.second] + shiftVector[second]

Public Types

using ParticlePair = std::pair< int, int >
 
using PairlistEntry = std::pair< ParticlePair, int >
 

Public Attributes

std::vector< PairlistEntry > pairs
 List of normal pairs.
 
std::vector< PairlistEntry > excludedPairs
 List of excluded atom pairs.
 

The documentation for this struct was generated from the following file: