cuequivariance.NumpyIrrepsArray
- class cuequivariance.NumpyIrrepsArray(irreps: Irreps | str, array: ndarray, layout: IrrepsLayout | None = None)
Data Array transforming according to the irreducible representations of a Lie group.
- Parameters:
irreps –
cuequivariance.Irrepsor str Irreps of the data array.array –
numpy.ndarrayData array.layout –
cuequivariance.IrrepsLayout, optional Layout of the data array.
Methods
__init__(irreps, array[, layout])change_layout(layout)filter(*[, keep, drop])merge_consecutive()regroup()reshape(shape)simplify()sort()Attributes
dtypeData type of the data array.
ndimNumber of dimensions of the data array.
segmentsList of segments of the data array.
shapeShape of the data array.
irrepsarraylayout