We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773b112 commit a6a809eCopy full SHA for a6a809e
arkane/statmech.py
@@ -688,7 +688,7 @@ def create_log(log_path, check_for_errors=True):
688
# Set the difference as the isodesmic EO correction
689
e_electronic_with_corrections += isodesmic_thermo.value_si - uncorrected_thermo
690
691
- e0 = e_electronic_with_corrections + zpe
+ e0 = e_electronic_with_corrections + zpe if e0 is None else e0
692
logging.debug(' E0 (0 K) = {0:g} kcal/mol'.format(e0 / 4184.))
693
conformer.E0 = (e0 * 0.001, "kJ/mol")
694
0 commit comments