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

..03-May-2022-

doc/H03-May-2022-1,4981,262

gap/H03-May-2022-5,4163,827

scripts/H03-May-2022-14665

tst/H03-May-2022-550504

LICENSEH A D03-May-202217.3 KiB341281

PackageInfo.gH A D03-May-20223.9 KiB10894

README.mdH A D03-May-20221.2 KiB2313

_config.ymlH A D03-May-202225 11

cov.shH A D03-May-20221.3 KiB5729

init.gH A D03-May-2022849 3218

makedoc.gH A D03-May-2022366 1210

read.gH A D03-May-20221.5 KiB4729

README.md

1[![Build Status](https://travis-ci.org/MWhybrow92/MajoranaAlgebras.svg?branch=master)](https://travis-ci.org/MWhybrow92/MajoranaAlgebras)
2[![Code Coverage](https://codecov.io/github/gap-system/gap/coverage.svg?branch=master&token=)](https://codecov.io/gh/MWhybrow92/MajoranaAlgebras)
3
4# MajoranaAlgebras
5
6This is a GAP package for constructing Majorana representations of finite groups. The package implements the algorithm described in the paper "Constructing Majorana representations" (https://arxiv.org/abs/1803.10723) by M. Pfeiffer and M. Whybrow.
7
8## Getting Started
9
10To get the latest version of the package, go to the [MajoranaAlgebras](https://mwhybrow92.github.io/MajoranaAlgebras/) and download `MajoranaAlgebras-x.x.tar.gz`. Inside the `pkg` directory of your GAP installation, unpack `MajoranaAlgebras-x.x.tar.gz` by, for example, doing
11
12    tar -xzf MajoranaAlgebras-x.x.tar.gz
13
14You may also need to install the following packages
15
16* [automata](https://gap-packages.github.io/automata/)
17* [datastructures](https://gap-packages.github.io/datastructures/)
18* [Gauss](https://homalg-project.github.io/homalg_project/Gauss/)
19
20Start GAP in the usual way and call
21
22    LoadPackage("MajoranaAlgebras");
23