Gromacs  2025.0-dev-20241009-5c23d5f
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Attributes
gmx::nbnxn_cj_t Struct Reference

#include <gromacs/nbnxm/pairlist.h>

Description

This is the actual cluster-pair list j-entry.

cj is the j-cluster. The interaction bits in excl are indexed i-major, j-minor. The cj entries are sorted such that ones with exclusions come first. This means that once a full mask (=NBNXN_INTERACTION_MASK_ALL) is found, all subsequent j-entries in the i-entry also have full masks.

Public Attributes

int cj
 The j-cluster.
 
unsigned int excl
 The exclusion (interaction) bits.
 

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