forked from amedhi/srmf-plus-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.parm
executable file
·55 lines (49 loc) · 1.5 KB
/
input.parm
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
#----------------------------------------------------------------------
# ~~~My program~~~
# Input Parameters
#-----------------------------------------------------------------------
#---------------------------------------------
# Job Specification
#---------------------------------------------
job = "SRMF" #"Diagonalization"
mode = "NEW" # ("NEW"/"APPEND")
print_level = -2 #-2
#---------------------------------------------
# Slave-rotor parameters
#---------------------------------------------
tol = 1.0E-8
#maxiter = 500
#maxiter_rotor = 500
#use_previous_iter = "NO"
#sr_constraint = "GLOBAL" # ("GLOBAL"/"LOCAL")
rotor_cluster = "SITE" # ("SITE"/"BOND"/"CELL")
max_rotor_charge = +2
min_rotor_charge = -2
#---------------------------------------------
# Lattice:
#---------------------------------------------
lattice = "SQUARE_2BAND"
lsize1 = 10
lsize2 = 10
bc1 = "periodic"
bc2 = "periodic"
#---------------------------------------------
# Model:
#---------------------------------------------
#model = "tJ"
model = "TBI_HUBBARD"
t = 1.0
tsp = 0.5
e0 = 0.1
U = 0.0
#---------------------------------------------
# Variational wavefunction
#---------------------------------------------
hole_doping = 0.0
#---------------------------------------------
# List of observable to calculate:
#---------------------------------------------
chern_number = "NO"
ebands_full = "YES"
#ebands_symm = "YES"
#band_gap = "YES"