Expand description
Symbolic computation and management of character tables.
Modules§
- character
- Symbolic characters as algebraic integers that are sums of unity roots.
- chartab_
group - Traits enabling groups to construct and possess character tables.
- chartab_
symbols - Symbols enumerating rows and columns of character tables.
- unityroot
- Symbolic representation of roots of unity for characters.
Structs§
- Corep
Character Table - Structure to manage character tables of irreducible corepresentations of magnetic groups.
- Corep
Character Table Builder - Builder for
CorepCharacterTable
. - Decomposition
Error - RepCharacter
Table - Structure to manage character tables of irreducible representations.
- RepCharacter
Table Builder - Builder for
RepCharacterTable
.
Enums§
- Corep
Character Table Builder Error - Error type for CorepCharacterTableBuilder
- RepCharacter
Table Builder Error - Error type for RepCharacterTableBuilder
Traits§
- Character
Table - Trait to contain essential methods for a character table.
- Subspace
Decomposable - Trait for character tables that support decomposing a space into its irreducible subspaces using characters.