GRPS1024

Library of the groups of order 1024.

Version 0.0.6
Released 2026-07-05

This project is maintained by David Burrell

The GAP package GRPS1024

Description:


This package provides:

For further information see:

Installation


  1. Clone the repo or download a version via releases and unpack to the “pkg” subdirectory of your GAP installation (i.e. ~/gap/pkg)
  2. Setup the lib directory:
    1. Download descendants-lib.tar.gz from here
    2. Unpack archive into package folder via: tar -xvf descendants-lib.tar.gz -C ~/gap/pkg/GRPS1024 (change to match your gap installation if necessary)
    3. Verify the download (optional but recommended): python3 generate_checksums.py --verify This checks every file in lib/ against the bundled lib/SHA256SUMS. Any mismatch or missing file is reported.
    4. 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
└── tst

Contact

For questions, comments and or issues contact David Burrell

License

The GRPS1024 is free software distributed under the Artistic License 2.0.

For details see the files LICENSE and COPYRIGHT.md.