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