AngleLocalAccessBase¶
- class hoomd.data.AngleLocalAccessBase(state)¶
Directly access angle data in the simulation state.
- typeid¶
The integer type of a angle.
- Type:
(N_angles)
HOOMDArrayorHOOMDGPUArrayofint
- members¶
The tags of particles in a angle.
- Type:
(N_angles, 3)
HOOMDArrayorHOOMDGPUArrayofint
- 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)
HOOMDArrayorHOOMDGPUArrayofint
- 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)
HOOMDArrayorHOOMDGPUArrayofint