forked from pnnl/GroupTheoretical
-
Notifications
You must be signed in to change notification settings - Fork 0
/
read.g
24 lines (23 loc) · 1.03 KB
/
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
################################################################################
##
#W read.g . . . . . . . . . . . . . GroupTheoretical Package
##
#W Paul Bruillard, Cesar Galindo, Siu-Hung Ng, Julia Plavnik, Eric Rowell,
#W Zhenghan Wang
##
################################################################################
##
#R Read the install files
##
ReadPackage("GroupTheoretical","lib/compute_cohomology.gi");
ReadPackage("GroupTheoretical","lib/Projective_Representations.gi");
ReadPackage("GroupTheoretical","lib/verlinde.gi");
ReadPackage("GroupTheoretical","lib/pseudounitary_sort.gi");
ReadPackage("GroupTheoretical","lib/DwG_data.gi");
ReadPackage("GroupTheoretical","lib/DwG_rank.gi");
ReadPackage("GroupTheoretical","lib/DG_data.gi");
ReadPackage("GroupTheoretical","lib/symmetric_data.gi");
ReadPackage("GroupTheoretical","lib/pointed_data.gi");
ReadPackage("GroupTheoretical","lib/near_group_data.gi");
ReadPackage("GroupTheoretical","lib/get_duality.gi");
#E read.g . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ends here