compute_character_table#
- compute_character_table(G, reps)[source]#
Computes the character table of a group for a given set of representations.
- Parameters:
G (
Group) – Symmetry group.reps (
list) – Representations (or representation mappings) for which characters are evaluated on all group elements. Each entry is aUnionof: - a mapping fromGroupElementtondarray, or - anRepresentation.
- Returns:
The character table of shape (n_reps, G.order()).
- Return type: