-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.txt
More file actions
55 lines (37 loc) · 1.64 KB
/
README.txt
File metadata and controls
55 lines (37 loc) · 1.64 KB
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
********************************
Instructions for using toruspack
********************************
************************************
compile:
gcc -O2 toruspack.c -lm -o toruspack
************************************
*****************************************************************************************
run (without arguments):
./toruspack
expected 11 arguments: dim num size beta gam monostep itermax errstride errstop trials id
Description of arguments
dim: (int) number of dimensions
num: (int) number of spheres
size: (double) width of torus
beta: (double) RRR time-step
gam: (double) RRR metric-update parameter
monostep: (int) error monotonicity parameter m, m=0 is interpreted as infinity
itermax: (int) maximum number of RRR iterations per trial
errstride: (int) number of iterations between printing output
errstop: (double) stop iterations when error falls below this
trials: (int) number of trials
id: (char) string identifier for output files
Command line examples:
fcc.cmd finds the fcc packing in 3D
best.cmd finds Best's packing in 10D
14_100.cmd finds packings of 115 spheres in 14D that have 100-monotone solutions
*****************************************************************************************
*************************************************************
Output files
id.cmd: command line of the run
id.run: summary of the run
id.err: error time series
id.sol: coordinates of sphere centers for the solutions found
id.wgt: time series of maximum metric weight
*************************************************************
For additional details, see arXiv:2305.13492