-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
27 lines (17 loc) · 1.24 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
This package, `SL2Reps`, provides methods for constructing and testing matrix
presentations of the representations of SL(2,Z) whose kernels are congruence subgroups of SL(2,Z).
Irreducible representations of prime-power level are constructed individually by using the Weil representations of quadratic modules, and from these a list of all representations of a given degree or level can be produced. The format is designed for the study of modular tensor categories in particular, providing
symmetric matrix presentations of each representation.
Installation
To install `SL2Reps`, first download it from `https://snw-0.github.io/sl2-reps/`, then place it in the `pkg`
subdirectory of your GAP installation (or in the `pkg` subdirectory of any other GAP
root directory, for example one added with the `-l` argument).
`SL2Reps` is then loaded with the GAP command
`gap> LoadPackage( "SL2Reps" );`
Contact
Siu-Hung Ng, Louisiana State University (`[email protected]`)
<br> Yilong Wang[^1], Louisiana State University (`[email protected]`)
<br> Samuel Wilson, Louisiana State University (`[email protected]`)
[^1]: Currently at Beijing Institute of Mathematical Science and Applications (BIMSA).
Acknowledgements
This project is partially supported by NSF grant DMS 1664418.