Gromacs
2025.0-dev-20241009-5c23d5f
|
#include <gromacs/nbnxm/grid.h>
The cluster and cell geometry of a grid.
Public Member Functions | |
Geometry (PairlistType pairlistType) | |
Constructs the cluster/cell geometry given the type of pairlist. | |
Public Attributes | |
bool | isSimple_ |
Is this grid simple (CPU) or hierarchical (GPU) | |
int | numAtomsICluster_ |
Number of atoms per cluster. | |
int | numAtomsJCluster_ |
Number of atoms for list j-clusters. | |
int | numAtomsPerCell_ |
Number of atoms per cell. | |
int | numAtomsICluster2Log_ |
2log of na_c | |
PairlistType | pairlistType_ |
What type of pairlist is in use. | |