PairLocalAccessBase¶
- class hoomd.data.PairLocalAccessBase(state)¶
Directly access special pair data in the simulation state.
- typeid¶
The type of special pair.
- Type:
(N_pairs)
HOOMDArray
orHOOMDGPUArray
offloat
- members¶
the tags of particles in a special pair.
- Type:
(N_pairs, 3)
HOOMDArray
orHOOMDGPUArray
ofint
- tag¶
The special pair tags. MPI domain migration reorders special pairs in memory. The special pair tag identifies each special pair in the order it existed in the initial configuration.
- Type:
(N_special_pairs)
HOOMDArray
orHOOMDGPUArray
ofint
- rtag¶
The special pair reverse tags. For a given special pair tag
tag
,i = pairs.rtag[tag]
is the array index holding that special pair.- Type:
(N_special_pairs_global)
HOOMDArray
orHOOMDGPUArray
ofint