Commit 3765e6d
committed
Updating tunneling to allow calculations for symmetric Eckart
Allowing for symmetric eckart tunneling. In symmetric eckart
we assume the reactants and product have the same energy, therefore
the terms
dV1 = E0_TS - E0_reac
dV2 = E0_TS - E0_prod
will be equal. To allow for this I have relaxed the assertion
dV1 < dV2 to dV1 <= dV2.
It works fine for my test reactions. I would assume the assertion
was originally placed anticipating so as not to run into
a numerical issue (division by 0).1 parent aa8b53a commit 3765e6d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
0 commit comments