-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.parm
More file actions
executable file
·71 lines (60 loc) · 1.81 KB
/
Copy pathinput.parm
File metadata and controls
executable file
·71 lines (60 loc) · 1.81 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
56
57
58
59
60
61
62
63
64
65
66
#----------------------------------------------------------------------
# ~~~My program~~~
# Input Parameters
#-----------------------------------------------------------------------
#---------------------------------------------
# Job Specification
#---------------------------------------------
job = "VMC Simulation"
optimizing_run = "NO"
mode = "NEW" # ("NEW"/"APPEND")
print_level = -2 #-2
#---------------------------------------------
# Lattice:
#---------------------------------------------
lattice = "SQUARE"
lsize1 = 8
lsize2 = 8
bc1 = "periodic"
bc2 = "antiperiodic"
#---------------------------------------------
# Model:
#---------------------------------------------
#model = "tJ"
model = "HUBBARD"
t = 1.0
#J = 0.35
U = 8.0
#---------------------------------------------
# Variational wavefunction
#---------------------------------------------
mf_order = "DWAVE_SC"
wavefunction = "DWAVE_SC"
gutzwiller_proj = "YES"
hole_doping = 0.16
gfactor = 0.5 # 0.1, 0.1, 1.0 # 0.3037000
delta_sc = 0.5 # 0.080 #0.01, 0.05, 0.30 #0.080
mu = -0.89 # -0.4263000
mu_variational = "YES"
#---------------------------------------------
# List of observable to calculate:
#---------------------------------------------
Energy = "Yes"
EnergyGradient = "YES"
Magnetization = "No"
#---------------------------------------------
# Monte Carlo parameters
#---------------------------------------------
rng_seed = 1 # (=0 No seed, >0 time_seed)
measure_steps = 1000
warmup_steps = 1000
min_interval = 2
max_interval = 20
#---------------------------------------------
# Optimization parameters
#---------------------------------------------
num_opt_samples = 10
sr_max_iter = 500
sr_start_tstep = 0.08
sr_series_len = 50
sr_fluctuation_tol = 0.35