Skip to content

kedlaya/orbits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orbits

This repository contains code for the following problem in computational group theory: given a finite group G acting on a finite set S, compute orbit representatives for the induced action of G on k-element subsets of S. If S is a vector space over F_2, we can also compute orbit representatives for the induced action on k-dimensional subspaces of S.

We use the method of orbit lookup trees described in the appendix of: K.S. Kedlaya, The relative class number one problem for function fields, III; and originally implemented in the repository associated to that paper. Some modifications to the original method are described here; an updated writeup is provided here.

We currently provide an implementation in SageMath, which in turn calls on GAP for the underlying group theory computations (primarily computing subgroups from generators).

All files in this repository are (c) 2024 by Kiran S. Kedlaya, provided under a Creative Commons CC BY 4.0 license.

About

Computation of orbit lookup trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published