RMG-Py
                                
                                
                                
                                    RMG-Py copied to clipboard
                            
                            
                            
                        Python version of the amazing Reaction Mechanism Generator (RMG).
### Question The reaction library of RMG is limited when some new mechanisms are needed for the study. How to generate a new reaction library according to the existed mechanism...
According to the openmopac website, the system no longer uses a license, but the version present in rmg-py still requires the installation of the license file that can no longer...
Following installation instructions 3.2.1 (https://reactionmechanismgenerator.github.io/RMG-Py/users/rmg/installation/anacondaUser.html), I get the following error on first run of rmg.py File "/root/anaconda3/envs/rmg_env/lib/python3.7/site-packages/rdkit/Chem/__init__.py", line 24, in from rdkit.Chem.rdmolops import * ImportError: libXrender.so.1: cannot open shared object...
This PR fixes issues with pdep sensitivity that cause sensitivity analysis fallbacks to fail and pdep sensitivities to show sensitivity to unimportant barriers and wells. This enables the user to...
### Motivation or Problem The mergeModels.py script runs very slowly for large models, taking hours or days for moderately large models. This appears to be driven by the number of...
Corresponds to ReactionMechanismGenerator/RMG-database#416. Fixes unit tests that are affected by the updated enthalpies.
### Motivation or Problem rmgpy/tools/diffmodels.py doesn't work for surface mechanisms, and fixing it will allow us to test features that handle mechanisms with surface reactions. ### Description of Changes ###...
### Bug Description Hi, I am getting this error, both locally and on discovery, when trying to use the BurkeH2O2 reaction library. The below pops up when trying to add...
### Bug Description Dear Sir, I try to test if my installation is successful so I use 'make eg2' to test both RMG and QM. FYI, I already have mopac....
### Motivation or Problem Adding auto tree gen support for Surface families and improving kinetics estimates based on metal attrs. ### Description of Changes - modified `get_bde` method to get...