- class graphicle.data.HelicityArray(graphicle.base.ArrayBase)[source]
Data structure containing helicity / polarisation values for particle set.
New in version 0.1.0.
Changed in version 0.2.0: Added internal numpy interfaces for greater interoperability.
- Parameters:¶
- data : sequence[int]
Data representing the spin polarisation of each particle in the point cloud.
Public members¶
- copy() HelicityArray[source]
Copies the underlying data into a new HelicityArray instance.
- __setattr__(name, val)[source]
Method generated by attrs for class HelicityArray.
- HelicityArray(...)[source]
Method generated by attrs for class HelicityArray.
- index(value, ...) integer -- return first index of value.[source]
Raises ValueError if the value is not present.
- classmethod __subclasshook__(C)[source]
Abstract classes can override this to customize issubclass().
-
HelicityArray =
<bound method GenericAlias of <class 'collections.abc.Iterable'>>[source]
Last update:
Jun 27, 2025