read_permutation_group
Reads an PermutationGroup object from a TOML file.
Definition
Parameters
Name | Description | |
---|---|---|
file | FileToml object from which the PermutationGroup is read | |
tag | tag which holds the information in the TOML file about the PermutatioGroup |
Data format
A PermutationGroup can be defined in a TOML file as an integer matrix, where the rows are the integers of the permutation.
A typical specification of a \(C_4\) PermutationGroup is shown here:
1-indexing in Julia / 0-indexing in C++
To enumerate the sites of a Permutation, we start counting at 1 in Julia and 0 in C++.