Module chartab

Source
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§

CorepCharacterTable
Structure to manage character tables of irreducible corepresentations of magnetic groups.
CorepCharacterTableBuilder
Builder for CorepCharacterTable.
DecompositionError
RepCharacterTable
Structure to manage character tables of irreducible representations.
RepCharacterTableBuilder
Builder for RepCharacterTable.

Enums§

CorepCharacterTableBuilderError
Error type for CorepCharacterTableBuilder
RepCharacterTableBuilderError
Error type for RepCharacterTableBuilder

Traits§

CharacterTable
Trait to contain essential methods for a character table.
SubspaceDecomposable
Trait for character tables that support decomposing a space into its irreducible subspaces using characters.