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

..03-May-2022-

doc/H03-May-2022-3,6723,359

gap/H03-May-2022-14,67911,876

tst/H03-May-2022-860775

CHANGES.mdH A D03-May-2022854 4123

LICENSEH A D03-May-202218.1 KiB352290

PackageInfo.gH A D03-May-20222.9 KiB9482

README.mdH A D03-May-20221.1 KiB3322

init.gH A D03-May-2022681 2618

makedoc.gH A D03-May-2022408 1310

read.gH A D03-May-2022568 1614

README.md

1[![Build Status](https://travis-ci.org/gap-packages/quagroup.svg)](https://travis-ci.org/gap-packages/quagroup)
2[![Code Coverage](https://codecov.io/github/gap-packages/quagroup/coverage.svg)](https://codecov.io/gh/gap-packages/quagroup)
3
4# QuaGroup
5
6QuaGroup is a GAP4 package. Its main objective is to provide
7functionality for computing in quantized enveloping algebras of
8finite-dimensional semisimple Lie algebras.
9
10
11## Installation
12
13To install the package QuaGroup move the file `quagroup-XX.tar.gz`
14(or any other archive containing it) into the `pkg` directory.
15Usually this will be the `pkg` subdirectory in your GAP4 installation.
16However, it is also possible to have a `pkg` subdirectory in a
17different place, see the section `Installing GAP Packages` of the
18GAP4 reference manual for more information.
19Then simply unpack `quagroup-XX.tar.gz` and your installation is
20complete.
21In GAP issue
22
23    gap> LoadPackage( "quagroup" );
24
25
26## Documentation
27
28The manual of QuaGroup is contained in the `doc` directory. There are the
29following files (among others):
30
31* manual.pdf       pdf version of the manual
32* chap0.html       the manual in html
33