AngleLocalAccessBase¶
- class hoomd.data.AngleLocalAccessBase(state)¶
Directly access angle data in the simulation state.
- typeid¶
The integer type of a angle.
- Type:
(N_angles)
HOOMDArray
orHOOMDGPUArray
ofint
- members¶
The tags of particles in a angle.
- Type:
(N_angles, 3)
HOOMDArray
orHOOMDGPUArray
ofint
- tag¶
The angle tags. MPI domain migration reorders angles in memory. The angle tag identifies each angle in the order it existed in the initial configuration.
- Type:
(N_angles)
HOOMDArray
orHOOMDGPUArray
ofint
- rtag¶
The angle reverse tags. For a given angle tag
tag
,i = angles.rtag[tag]
is the array index holding that angle.- Type:
(N_angles_global)
HOOMDArray
orHOOMDGPUArray
ofint