• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

bibl/H03-May-2022-17,45216,499

dataext/H07-May-2022-

datagens/H07-May-2022-

datapkg/H03-May-2022-32,27831,878

dataword/H07-May-2022-

doc/H03-May-2022-7,5726,272

gap/H03-May-2022-32,94730,627

tst/H03-May-2022-4,5894,196

PackageInfo.gH A D03-May-20224.2 KiB159155

README.mdH A D03-May-20223.8 KiB11781

atlasprm.jsonH A D03-May-2022698.2 KiB11,81611,806

init.gH A D03-May-20221 KiB3226

read.gH A D03-May-20221.2 KiB3730

README.md

1
2The GAP 4 Package **AtlasRep**
3==============================
4
5Description
6-----------
7
8This is Version 2.1.0 of the package **AtlasRep** written for GAP 4,
9whose aim is to provide an interface between GAP and databases such as the
10[Atlas of Group Representations](http://brauer.maths.qmul.ac.uk/Atlas),
11which is available independent of GAP;
12it comprises representations of many almost simple groups
13and information about their maximal subgroups.
14
15The **AtlasRep** package consists of this database and a GAP interface.
16The latter allows the user to get an overview of the database,
17and to access the data in GAP format.
18Note that the package archive does *NOT* contain the data part,
19the GAP interface accesses the data on demand via the internet.
20
21To get an impression about the capabilities of the package,
22look at the manual chapter "Tutorial for the AtlasRep Package".
23
24
25Authors
26-------
27
28The data files of the ATLAS of Group Representations have been prepared by
29Robert Wilson, Peter Walsh, Jonathan Tripp, Ibrahim Suleiman, Richard Parker,
30Simon Norton, Simon Nickerson, Steve Linton, John Bray, and Rachel Abbott
31(in reverse alphabetical order).
32
33The GAP interface was written by Thomas Breuer and Simon Nickerson.
34
35
36Installation
37------------
38
39**AtlasRep** is usually contained in the current GAP distribution,
40see (http://www.gap-system.org/Download/).
41To fetch another version follow the hints below.
42
43Installation of **AtlasRep** means unpacking the archive file
44in an appropriate directory.
45
46No kernel module has to be compiled,
47but some configuration issues might be of interest
48before you start to use the package in a GAP session.
49They are described in the manual sections
50
51- "Installing the AtlasRep Package" and
52- "User Parameters for the AtlasRep Package".
53
54After installation you can load **AtlasRep** into your GAP session with:
55
56```
57gap> LoadPackage( "atlasrep" );
58```
59
60
61Fetching **AtlasRep** separately
62--------------------------------
63
64To get the newest version of the **AtlasRep** package download the archive file
65(where `x.y` stands for the highest available version number)
66`atlasrep-x.y.tar.gz`
67from (http://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep)
68or from (www.gap-system.org)
69and unpack it using
70```
71gunzip atlasrep-x.y.tar.gz; tar xvf atlasrep-x.y.tar
72```
73Note that if you use a web browser for downloading the archive file
74the `gunzip` step above may already be done by the browser,
75although the name of your file may still have the misleading `.gz` extension.
76
77The unpacking is done preferably (but not necessarily) inside the `pkg`
78subdirectory of your GAP 4 installation.
79It creates a  subdirectory called `atlasrep`.
80
81
82Homepage
83--------
84
85The [**internet homepage** of the **AtlasRep** package](http://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep)
86provides
87
88* package archives,
89
90* introductory package information,
91
92* the table of contents of core data in the file
93  [`atlasprm.json`](http://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep/atlasprm.json)
94  of the package,
95
96* the [list of changes of remote core data files](http://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep/htm/data/changes.htm),
97
98* a [starter archive](http://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep/atlasrepdata.tar.gz)
99  containing many small representations and programs,
100  and
101
102* an [overview of the core data](http://www.math.rwth-aachen.de/~Thomas.Breuer/atlasrep/htm/data/),
103  in a similar format as the information shown by the function
104  `DisplayAtlasInfo` of the package;
105  more details can be found on the
106  [home page of the ATLAS of Group Representations](http://brauer.maths.qmul.ac.uk/Atlas).
107
108
109License
110-------
111
112This package may be distributed under the terms and conditions of the
113[**GNU Public License**](http://www.gnu.org/licenses) Version 3 or later.
114
115
116                            Thomas Breuer (Thomas.Breuer@Math.RWTH-Aachen.De)
117