Skip to content

Commit bf75dbd

Browse files
alongdrwest
authored andcommitted
Including a notice that KlippensteinH2O2 thermo library was deleted
Including a notice that the KlippensteinH2O2 thermo library was deleted and replaced by BurkeH2O2, for people whose old input files were using it, so that they get a more helpful error message if they try to request it once it's gone.
1 parent 17ff242 commit bf75dbd

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

rmgpy/data/thermo.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,9 @@ def loadLibraries(self, path, libraries=None):
775775
self.libraries[library.label] = library
776776
self.libraryOrder.append(library.label)
777777
else:
778+
if libraryName == "KlippensteinH2O2":
779+
logging.info("""\n** Note: The thermo library KlippensteinH2O2 was replaced and is no longer available in RMG.
780+
For H2 combustion chemistry consider using the BurkeH2O2 library instead\n""")
778781
raise Exception('Library {} not found in {}...Please check if your library is correctly placed'.format(libraryName, path))
779782

780783
def loadGroups(self, path):

0 commit comments

Comments
 (0)