Enabling Charged Species in RMG-py #2738
-
RMG-py currently restricts the inclusion of charged species. How can I enable reaction mechanism generation for such species? Specifically, what modifications are required in the I plan to create my own kinetics library for the reaction of an amine with CO2 and water. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @sptiwari it is very difficult to add support for ions. You would need to follow the example of adding Li+ done here: #2598 and here: ReactionMechanismGenerator/RMG-database#667 As you can see from these PRs this a multi-year long process |
Beta Was this translation helpful? Give feedback.
-
Thank you for the pointers. I will check these links. |
Beta Was this translation helpful? Give feedback.
Hi @sptiwari it is very difficult to add support for ions.
You would need to follow the example of adding Li+ done here: #2598 and here: ReactionMechanismGenerator/RMG-database#667
This involves adding a new atom type, adding thermo and kinetics estimators, etc.
As you can see from these PRs this a multi-year long process