Training reactions and polycyclic thermo scripts#93
Merged
Conversation
This script takes thermo libraries and fits new polycyclic groups from them. It saves the all of the polycyclic groups to the file `new_polycyclic.py`. This file can be used to overwrite the original polycyclics thermo groups file in `input/thermo/groups/polycyclic.py`. **IMPORTANT:** It averages any data that is found within the libraries, but will overwrite any old thermo data. If old data is trustworthy, this script must be modified Uncertainties for the groups are calculated as 2s, where s is the sample standard deviation
Specify the kinetics library name below and run the script. It automatically overwrites the training reactions files it needs to. Then you should commit those files. This script only trains safely. In other words, if a single match from an RMG family is found, a training reaction is created. Sometimes, there are no matches from RMG reaction families, or multiple matches. This indicates an error that requires manual fixing, and a printout is given in the script.
connie
added a commit
that referenced
this pull request
Feb 29, 2016
Training reactions and polycyclic thermo scripts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add ipython notebook scripts for:
These scripts are interactive and also show debugging data.