[Up] [Next] [Index]

1 Introduction

The Cryst package, previously known as CrystGAP, provides functions for the computation with affine crystallographic groups, in particular space groups. For the definition of the standard crystallographic notions we refer to the International Tables Hah95, in particular the chapter by Wondratschek Won95, and to the introductory chapter in BBNWZ78. The principal algorithms used in this package are described in EGN97.

The present version for GAP 4 has been considerably reworked from an earlier version for GAP 3.4.4. Most of the porting to GAP 4 has been done by Franz Gähler. Besides affine crystallographic groups acting from the right, also affine crystallographic groups acting from the left are now fully supported. Many algorithms have been added, extended, or improved in other ways.

Our warmest thanks go the Max Neunhöffer, whose extensive testing of the GAP 4 version of Cryst in connection with XGAP uncovered several bugs and led to many performance improvements.

Cryst is implemented in the GAP 4 language, and runs on any system supporting GAP 4. However, certain commands may require that other GAP packages such as CaratInterface or XGAP are installed. In particular, the routines in Section Normalizers are likely to require CaratInterface, and the function WyckoffGraph (see WyckoffGraph) requires XGAP. Both CaratInterface and XGAP may be available only under Unix.

The Cryst package is loaded with the command

gap> LoadPackage( "cryst" ); 
true

Cryst has been developed by

Bettina Eick
Fachbereich Mathematik und Informatik
Technische Universität Braunschweig
Pockelsstr. 14, D-38106 Braunschweig, Germany
e-mail: b.eick@tu-bs.de

Franz Gähler
Fakultät für Mathematik, Universität Bielefeld
Postfach 10 01 31, D-33501 Bielefeld, Germany
e-mail: gaehler@math.uni-bielefeld.de

Werner Nickel
Fachbereich Mathematik, AG2, Technische Universität Darmstadt,
Schlossgartenstraße 7, D-64289 Darmstadt, Germany
e-mail: nickel@mathematik.tu-darmstadt.de

For bug reports, suggestions and comments please please use the issue tracker on GitHub:

https://github.com/gap-packages/Cryst/issues/

[Up] [Next] [Index]

cryst manual
Dezember 2023