-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DatabaseError with Thermo Parameters for F #2713
Comments
Searching this molecule on rmg.mit.edu yields results - do you have the |
Data sourcesdatabase( List of speciesspecies( species( Reaction systemssimpleReactor( simulator( model( options( |
Try adding the |
The CHOF_G4 library is not available in our current RMG version. How can I obtain it? |
You need to upgrade your version of RMG-database, see here if you installed form source: https://reactionmechanismgenerator.github.io/RMG-Py/users/rmg/installation/updatingSourceCode.html?highlight=update+database |
Loading frequencies library from halogens_G4.py in /home/ubuntu/miniconda3/envs/rmg_env/share/rmgdatabase/statmech/libraries... |
You probably need to update RMG-Py also, in order to read the new database. In my experience, easiest to install an entire new version, in a brand new environment (give it a new name, not |
Traceback (most recent call last): |
It looks like you missed steps 11. and/or 12. in the installation instructions here: https://reactionmechanismgenerator.github.io/RMG-Py/users/rmg/installation/anacondaDeveloper.html An alternative is to install the Docker image, which avoids having to do this manual installation: https://reactionmechanismgenerator.github.io/RMG-Py/users/rmg/installation/index.html#recommended-install-docker |
DatabaseError related to thermo parameter estimation for fluorine-containing molecules in RMG-Py. Specifically, the error message is:
DatabaseError: Unable to determine thermo parameters for atom {'*': <Atom 'F'>} in molecule <Molecule "OOC(F)F">: no data for node R or any of its ancestors in database group.
I encounter this issue both with and without a seed mechanism. For instance, when using a seed mechanism, I receive the following error:
DatabaseError: Unable to determine thermo parameters for atom {'*': <Atom 'F'>} in molecule <Molecule "OCF">: no data for node R or any of its ancestors in database group.
The text was updated successfully, but these errors were encountered: