forked from gap-packages/cryst
-
Notifications
You must be signed in to change notification settings - Fork 0
/
init.g
25 lines (24 loc) · 1.22 KB
/
init.g
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
#############################################################################
##
#A init.g Cryst library Bettina Eick
#A Franz Gaehler
#A Werner Nickel
##
#Y Copyright 1997-1999 by Bettina Eick, Franz G"ahler and Werner Nickel
##
## Cryst - the crystallographic groups package
##
## GAP 4 Version
##
#############################################################################
##
#R read the declaration files
##
ReadPackage( "cryst", "gap/cryst.gd" ); # declarations for AffineCrystGroups
ReadPackage( "cryst", "gap/hom.gd" ); # declarations for homomorphism
ReadPackage( "cryst", "gap/wyckoff.gd" ); # declarations for Wyckoff position
ReadPackage( "cryst", "gap/zass.gd" ); # declarations for Zassenhaus alg.
ReadPackage( "cryst", "gap/max.gd" ); # declarations for maximal subgroups
ReadPackage( "cryst", "gap/color.gd" ); # declarations for color groups
ReadPackage( "cryst", "gap/equiv.gd" ); # isomorphism test for space groups
ReadPackage( "cryst", "grp/spacegrp.gd" ); # the IT space group catalogue