File: read.g

package info (click to toggle)
gap-cryst 4.1.30-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 892 kB
  • sloc: makefile: 111; sh: 11
file content (58 lines) | stat: -rw-r--r-- 2,444 bytes parent folder | download | duplicates (4)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
#############################################################################
##
#A  read.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 general stuff for integer matrix groups
##
ReadPackage( "cryst", "gap/common.gi" );  # routines for integral matrices

#############################################################################
##
#R  read the crystallographic groups specific functions
##
ReadPackage( "cryst", "gap/hom.gi" );     # methods for PointHomomorphisms
ReadPackage( "cryst", "gap/cryst.gi" );   # methods for CrystGroups
ReadPackage( "cryst", "gap/cryst2.gi" );  # more methods for CrystGroups
ReadPackage( "cryst", "gap/fpgrp.gi" );   # FpGroup for CrystGroups 
                                          # and PointGroups
ReadPackage( "cryst", "gap/zass.gi" );    # methods for Zassenhaus algorithm
ReadPackage( "cryst", "gap/max.gi" );     # methods for maximal subgroups
ReadPackage( "cryst", "gap/wyckoff.gi" ); # methods for Wyckoff positions
ReadPackage( "cryst", "gap/color.gi" );   # methods for color groups

if IsBound( GAPInfo.PackagesLoaded.xgap ) then
  ReadPackage( "cryst", "gap/wypopup.gi" ); # popup menu for Wyckoff graph
  ReadPackage( "cryst", "gap/wygraph.gi" ); # Wyckoff graph methods; needs XGAP
else
  ReadPackage( "cryst", "gap/noxgap.gi" );  # dummy for WyckoffGraph
fi;

if IsBound( GAPInfo.PackagesLoaded.polycyclic ) then
  # PcpGroup for CrystGroups and PointGroups
  ReadPackage( "cryst", "gap/pcpgrp.gi" );
fi;

#############################################################################
##
#R  read the orbit stabilizer methods
##
ReadPackage( "cryst", "gap/orbstab.gi" ); # Orbit, Stabilizer & Co.
ReadPackage( "cryst", "gap/equiv.gi" );   # conjugator between space groups

#############################################################################
##
#R  load the IT space group catalogue
##
ReadPackage( "cryst", "grp/spacegrp.grp" ); # the catalogue
ReadPackage( "cryst", "grp/spacegrp.gi" );  # access functions