|
Gromacs
2026.0-dev-20251105-11eb1db
|
#include <gromacs/nbnxm/pairlistwork.h>
Struct for storing coordinates and bounding box for an i-entry during search.
Public Member Functions | |
| IClusterData (const int iClusterSize) | |
Public Attributes | |
| AlignedVector< BoundingBox > | bb |
| The bounding boxes, pbc shifted, for each cluster. | |
| std::vector< real > | x |
| The coordinates, pbc shifted, for each atom. | |
| AlignedVector< real > | xSimd |
| Aligned list for storing 4*DIM*GMX_SIMD_REAL_WIDTH reals. | |
1.8.5