Commit 6fcd667
authored
ORCA Optimisation Fixes (#812)
When ORCA is used for optimisation, we attempt to get the scaling
factor, however the parser was broken. It caused the scaling factor to
return 0.002 at wb97x-d3. This PR should rectify it now to be:
```
FREQ: A PROGRAM FOR OPTIMIZING SCALE FACTORS (Version 1)
written by
Haoyu S. Yu, Lucas J. Fiedler, I.M. Alecu, and Donald G. Truhlar
Department of Chemistry and Supercomputing Institute
University of Minnesota, Minnesota 55455-0431
CITATIONS:
1. I.M., Alecu, J. Zheng, Y. Zhao, D.G. Truhlar, J. Chem. Theory Comput. 2010, 6, 9, 2872-2887,
DOI: 10.1021/ct100326h
2. H.S. Yu, L.J. Fiedler, I.M. Alecu,, D.G. Truhlar, Computer Physics Communications 2017, 210, 132-138,
DOI: 10.1016/j.cpc.2016.09.004
Level of theory: wb97xd3/def2tzvp
Scale Factor for Zero-Point Energies = 0.973
Scale Factor for Harmonic Frequencies = 0.987
Scale Factor for Fundamental Frequencies = 0.948
(execution time: 00:11:35)
You may copy-paste the computed harmonic frequency scaling factor(s) to ARC (under the `freq_dict` in ARC/data/freq_scale_factors.yml):
'wb97xd3/def2tzvp': 0.987, # [4]
```
Also, adjusted the optimisation keywords as they appear to be out of
date.3 files changed
+81
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 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 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
35 | 79 | | |
36 | 80 | | |
37 | 81 | | |
| |||
219 | 263 | | |
220 | 264 | | |
221 | 265 | | |
222 | | - | |
223 | | - | |
| 266 | + | |
| 267 | + | |
224 | 268 | | |
225 | 269 | | |
226 | 270 | | |
227 | 271 | | |
228 | | - | |
| 272 | + | |
229 | 273 | | |
230 | 274 | | |
231 | 275 | | |
| |||
241 | 285 | | |
242 | 286 | | |
243 | 287 | | |
244 | | - | |
| 288 | + | |
245 | 289 | | |
246 | | - | |
| 290 | + | |
247 | 291 | | |
248 | 292 | | |
249 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
| |||
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
176 | 202 | | |
177 | 203 | | |
178 | 204 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
228 | 232 | | |
229 | 233 | | |
230 | 234 | | |
| |||
0 commit comments