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
#
# Input file to reproduce results of
#
# M. Luscher. "Properties and uses of the
# Wilson flow in Lattice QCD"
# https://arxiv.org/pdf/1006.4518.pdf
# (see table 1)
#
[Run]
user = "alberto"
host = "artemisa"
name = "SU3_PBC_bt5.96_L24x24x24x48"
seed = 1234
[Simulation]
group = "SU3" # Choose SU2, SU3
dimensions = 4
size = [24,24,24,48]
blocks = [4,4,4,4]
bcs = "PERIODIC" # Choose PERIODIC, SF
ntwist = [0,0,0,0,0,0]
beta = 5.96
c0 = 1.0 # 1.0 is Wilson action, 1.66... is LW, 3.648 is Iwasaki
# Parameters for SF boundary conditions.
# These lines are only needed in case of SF boundary
# conditions
cG = 0.0
phi0 = [-1.047197551196598, 0.0] # Boundary fields for
phiT = [-3.141592653589793, 1.047197551196598] # SF boundary conditions
[HMC]
integrator = "OMF4" # "LEAPFROPG", "OMF2", "OMF4"
ns = 20
eps = 0.1
nthm = 1000
ntraj = 10000
[Flow]
integrator = "RK3" # EULER, RK2, RK3
eps = 0.01
ns = 300
dtr = 10 # Frequency of flow measurements