File tree Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Expand file tree Collapse file tree 5 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ def test_write_input(self):
111
111
"gen_scfman" : True ,
112
112
"scf_algorithm" : "diis" ,
113
113
"xc_grid" : 3 ,
114
+ "thresh" : 14 ,
114
115
"sym_ignore" : True ,
115
116
"symmetry" : False ,
116
117
"resp_charges" : True ,
@@ -133,6 +134,7 @@ def test_write_custom_input(self):
133
134
"gen_scfman" : True ,
134
135
"scf_algorithm" : "diis" ,
135
136
"xc_grid" : 3 ,
137
+ "thresh" : 14 ,
136
138
"sym_ignore" : True ,
137
139
"symmetry" : False ,
138
140
"resp_charges" : True ,
Original file line number Diff line number Diff line change 13
13
gen_scfman = True
14
14
scf_algorithm = diis
15
15
xc_grid = 3
16
+ thresh = 14
16
17
symmetry = False
17
18
sym_ignore = True
18
19
resp_charges = True
Original file line number Diff line number Diff line change 20
20
geom_opt_max_cycles = 200
21
21
max_scf_cycles = 200
22
22
xc_grid = 3
23
+ thresh = 14
23
24
symmetry = False
24
25
sym_ignore = True
25
26
resp_charges = True
Original file line number Diff line number Diff line change 21
21
max_scf_cycles = 200
22
22
SOLVENT_METHOD = PCM
23
23
xc_grid = 3
24
+ thresh = 14
24
25
symmetry = False
25
26
sym_ignore = True
26
27
resp_charges = True
Original file line number Diff line number Diff line change 21
21
max_scf_cycles = 200
22
22
SOLVENT_METHOD = smd
23
23
xc_grid = 3
24
+ thresh = 14
24
25
ideriv = 1
25
26
symmetry = False
26
27
sym_ignore = True
You can’t perform that action at this time.
0 commit comments