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 a6a809e commit f460239Copy full SHA for f460239
arkane/statmech.py
@@ -713,7 +713,7 @@ def create_log(log_path, check_for_errors=True):
713
else:
714
self.supporting_info.append(None)
715
self.supporting_info.append(e_electronic)
716
- self.supporting_info.append(e_electronic + zpe)
+ self.supporting_info.append(e_electronic + zpe if e_electronic is not None and zpe is not None else None)
717
self.supporting_info.append(e0)
718
self.supporting_info.append(list([symbol_by_number[x] for x in number])) # atom symbols
719
self.supporting_info.append(coordinates)
0 commit comments