cluster_matrix_rep#

ClusterMatrixRepBuilder.cluster_matrix_rep#

The matrix representations for transforming cluster site DoF values by cluster group operations.

The array M = cluster_matrix_rep[cluster_group_index] specifies that a vector of cluster site DoF values transforms under the application of the cluster_group_index-th cluster group operation according to x_after = M @ x_before.

Type:

list[numpy.ndarray[numpy.float64[total_dim, total_dim]]]