-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinput.parm
More file actions
47 lines (40 loc) · 1.2 KB
/
Copy pathinput.parm
File metadata and controls
47 lines (40 loc) · 1.2 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
#----------------------------------------------------------------------
# ~~~My program~~~
# Input Parameters
#-----------------------------------------------------------------------
#---------------------------------------------
# Job Specification
#---------------------------------------------
job = "My Job"
mode = "NEW" # ("NEW"/"APPEND")
print_level = -2 #-2
#---------------------------------------------
# Lattice:
#---------------------------------------------
lattice = "SQUARE"
lsize1 = 4
lsize2 = 4
bc1 = "open"
bc2 = "antiperiodic"
#---------------------------------------------
# Model:
#---------------------------------------------
model = "HUBBARD"
t = 1.0
U = 4.0
#---------------------------------------------
# mean-field parameters
#---------------------------------------------
mf_order = "SC"
pairing_symmetry = "dwave"
interband_pairing = "no"
adjust_particle = "no"
# Band filling
hole_doping = 0.10;
#---------------------------------------------
# List of observable to calculate:
#---------------------------------------------
energy = "YES"
#SC correlation
odlro = "NO"
odlro_prec = 0.00001