File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2716,11 +2716,13 @@ def extract_source_from_comments(self, species):
27162716 Parses the verbose string of comments from the thermo data of the species object,
27172717 and extracts the thermo sources.
27182718
2719- Returns a dictionary with keys of either 'Library', 'QM', and/or 'GAV'.
2719+ Returns a dictionary with keys of 'Library', 'QM', 'ADS ', and/or 'GAV'.
27202720 Commonly, species thermo are estimated using only one of these sources.
27212721 However, a radical can be estimated with more than one type of source, for
27222722 instance a saturated library value and a GAV HBI correction, or a QM saturated value
2723- and a GAV HBI correction.
2723+ and a GAV HBI correction. Adsorbates can be estimated using a single library
2724+ for the adsorbate or a combination of a gas phase library for the
2725+ gas phase portion and an adsorption correction.
27242726
27252727 source = {'Library': String_Name_of_Library_Used,
27262728 'QM': String_of_Method_Used,
You can’t perform that action at this time.
0 commit comments