|
Gromacs
2026.0-dev-20251111-8c1ac59
|
#include <gromacs/nbnxm/nbnxm.h>
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. | |
1.8.5