Commit 112c267
authored
Run CCS/VTZ for [H] instead of more complex WF methods (#790)
Methods such as `DLPNO-CCSD(T)` which is frequenctly used for kinetics
due to it's efficiency and relatively good accuracy cannot be applied
for `[H]`. This method relies on electron pairs for defining correlation
spaces, and the H radical has only one electron.
Therefore, reactions such as `RH + H <=> R + H2` cannot be computed
using this method. However, since the energy of H is relatively simple,
it is "known" percisely or can be computed using another Coupled-Cluster
method without the DLPNO (Domain-based Local Pair Natural Orbital)
assumption. This PR runs a simple and quick CC job for H if a DLPNO
method was requested for it.4 files changed
Lines changed: 19 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
581 | | - | |
582 | | - | |
| 581 | + | |
583 | 582 | | |
584 | 583 | | |
585 | 584 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
989 | 989 | | |
990 | 990 | | |
991 | 991 | | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
992 | 998 | | |
993 | 999 | | |
994 | 1000 | | |
| |||
1274 | 1280 | | |
1275 | 1281 | | |
1276 | 1282 | | |
1277 | | - | |
1278 | | - | |
1279 | | - | |
1280 | | - | |
| 1283 | + | |
| 1284 | + | |
| 1285 | + | |
| 1286 | + | |
1281 | 1287 | | |
1282 | 1288 | | |
1283 | 1289 | | |
| |||
1348 | 1354 | | |
1349 | 1355 | | |
1350 | 1356 | | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
1351 | 1361 | | |
1352 | 1362 | | |
1353 | 1363 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1076 | 1076 | | |
1077 | 1077 | | |
1078 | 1078 | | |
| 1079 | + | |
| 1080 | + | |
1079 | 1081 | | |
1080 | 1082 | | |
1081 | 1083 | | |
1082 | 1084 | | |
1083 | 1085 | | |
1084 | 1086 | | |
1085 | 1087 | | |
1086 | | - | |
| 1088 | + | |
1087 | 1089 | | |
1088 | 1090 | | |
1089 | 1091 | | |
| |||
0 commit comments