Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct error with D activation energy.
Seems that the original project had an error that causes the calculated kint to change when k_int_from_sequence is called multiple times in the same python interpreter session. Issue is that a global associative array value is decremented every time the function is called.
- Loading branch information