-
Notifications
You must be signed in to change notification settings - Fork 0
/
read.g
25 lines (21 loc) · 972 Bytes
/
read.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
#
# CrystKit: The crystallographic groups kit based on GAP related packages and interfaces to other 3rd tools.
#
# read some help datasets to work with crystallographic groups
ReadPackage( "CrystKit", "gap/names/cryst2names.gi" );
ReadPackage( "CrystKit", "gap/names/cryst3names.gi" );
ReadPackage( "CrystKit", "gap/names/aff3names.gi" );
ReadPackage( "CrystKit", "gap/names/aff4names.gi" );
#[GAP Forum] Needed vs. suggested packages
#https://mail.google.com/mail/u/0/?ogbl#inbox/FMfcgzGsmDrQkbKDFWndHDTZkxXRwMxB
# Read Browse applications only if the Browse package will be loaded.
#if IsPackageMarkedForLoading( "Browse", ">= 1.8.3" ) then
# ReadPackage( "atlasrep", "gap/brmindeg.g" );
# if IsPackageMarkedForLoading( "CTblLib", "" ) then
# ReadPackage( "atlasrep", "gap/brspor.g" );
# fi;
#fi;
# Reading the implementation part of the package.
if IsPackageMarkedForLoading( "RepnDecomp", ">= 1.3.0" ) then
ReadPackage( "CrystKit", "gap/CrystKit.gi");
fi;