This package provides:
- Access to the groups of order 1024
For further information see:
- Clone the repo or download a version via releases and unpack to the "pkg" subdirectory of your GAP installation (i.e. ~/gap/pkg)
- Setup the lib directory:
- Download descendants-lib.tar.gz from Zenodo: doi:10.5281/zenodo.21730555
- Unpack archive into package folder via:
tar -xvf descendants-lib.tar.gz -C ~/gap/pkg/GRPS1024(change to match your gap installation if necessary) - Verify the download (optional but recommended):
python3 generate_checksums.py --verifyThis checks every file inlib/against the bundledlib/SHA256SUMS. Any mismatch or missing file is reported. - The package directory should now resemble the following
../gap/pkg/GRPS1024
├── doc
├── gap
├── lib
│ ├── Desc_2
│ ├── Desc_4
│ ├── Desc_8
│ ├── Desc_16
│ ├── Desc_32
│ ├── Desc_64
│ ├── Desc_128
│ ├── Desc_256
│ ├── Desc_512
│ ├── Enum_2
│ ├── Enum_4
│ └── Enum_8
│ ├── Enum_16
│ ├── Enum_32
│ ├── Enum_64
│ ├── Enum_128
│ ├── Enum_256
│ ├── Enum_512
└── tstIf you use the descendants/enumeration data, please cite the Zenodo dataset: David Burrell, GRPS1024 descendant and enumeration library for the groups of 1024, Zenodo, 2026, doi:10.5281/zenodo.21730555.
For questions, comments and or issues contact David Burrell
The GRPS1024 is free software distributed under the Artistic License 2.0.
For details see the files LICENSE and COPYRIGHT.md.