File tree Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Expand file tree Collapse file tree 5 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -105,13 +105,14 @@ def test_write_input(self):
105
105
rem = {
106
106
"job_type" : "opt" ,
107
107
"basis" : "def2-tzvppd" ,
108
- "max_scf_cycles" : 200 ,
108
+ "max_scf_cycles" : 100 ,
109
109
"method" : "wB97xd" ,
110
110
"geom_opt_max_cycles" : 200 ,
111
111
"gen_scfman" : True ,
112
112
"scf_algorithm" : "diis" ,
113
113
"xc_grid" : 3 ,
114
114
"thresh" : 14 ,
115
+ "s2thresh" : 16 ,
115
116
"sym_ignore" : True ,
116
117
"symmetry" : False ,
117
118
"resp_charges" : True ,
@@ -128,13 +129,14 @@ def test_write_custom_input(self):
128
129
rem = {
129
130
"job_type" : "opt" ,
130
131
"basis" : "def2-tzvppd" ,
131
- "max_scf_cycles" : 200 ,
132
+ "max_scf_cycles" : 100 ,
132
133
"method" : "wB97xd" ,
133
134
"geom_opt_max_cycles" : 200 ,
134
135
"gen_scfman" : True ,
135
136
"scf_algorithm" : "diis" ,
136
137
"xc_grid" : 3 ,
137
138
"thresh" : 14 ,
139
+ "s2thresh" : 16 ,
138
140
"sym_ignore" : True ,
139
141
"symmetry" : False ,
140
142
"resp_charges" : True ,
Original file line number Diff line number Diff line change 7
7
$rem
8
8
job_type = opt
9
9
basis = def2-tzvppd
10
- max_scf_cycles = 200
10
+ max_scf_cycles = 100
11
11
method = wB97xd
12
12
geom_opt_max_cycles = 200
13
13
gen_scfman = True
14
14
scf_algorithm = diis
15
15
xc_grid = 3
16
16
thresh = 14
17
+ s2thresh = 16
17
18
symmetry = False
18
19
sym_ignore = True
19
20
resp_charges = True
Original file line number Diff line number Diff line change 18
18
gen_scfman = True
19
19
scf_algorithm = diis
20
20
geom_opt_max_cycles = 200
21
- max_scf_cycles = 200
21
+ max_scf_cycles = 100
22
22
xc_grid = 3
23
23
thresh = 14
24
+ s2thresh = 16
24
25
symmetry = False
25
26
sym_ignore = True
26
27
resp_charges = True
Original file line number Diff line number Diff line change 18
18
gen_scfman = True
19
19
scf_algorithm = diis
20
20
geom_opt_max_cycles = 200
21
- max_scf_cycles = 200
21
+ max_scf_cycles = 100
22
22
SOLVENT_METHOD = PCM
23
23
xc_grid = 3
24
24
thresh = 14
25
+ s2thresh = 16
25
26
symmetry = False
26
27
sym_ignore = True
27
28
resp_charges = True
Original file line number Diff line number Diff line change 18
18
gen_scfman = True
19
19
scf_algorithm = diis
20
20
geom_opt_max_cycles = 200
21
- max_scf_cycles = 200
21
+ max_scf_cycles = 100
22
22
SOLVENT_METHOD = smd
23
23
xc_grid = 3
24
24
thresh = 14
25
+ s2thresh = 16
25
26
ideriv = 1
26
27
symmetry = False
27
28
sym_ignore = True
You can’t perform that action at this time.
0 commit comments