RMG-Py icon indicating copy to clipboard operation
RMG-Py copied to clipboard

Species in core is isomorphic to species in the edge

Open PoojaNem opened this issue 2 years ago • 2 comments

Bug Description

I am trying to generate a kinetic mechanism for CH2F2 refrigerant using RMG. After completion of the simulation, I get the following warning (image attached below): Species NNH is isomorphic to species NNH in the edge. image

How To Reproduce

input.py file is attached below for further investigation.

Installation Information

OS: Windows 11, WSL2, Ubuntu 22.04 Installation method: Installation by Source Using Anaconda Environment for Unix-based Systems: Linux and Mac OSX RMG version information: RMG-Py: Latest version RMG-database: Latest database

input.txt

PoojaNem avatar Feb 28 '24 16:02 PoojaNem

@mjohnson541 I think you originally added this warning, could you take a look at this error?

(was added in this commit: https://github.com/ReactionMechanismGenerator/RMG-Py/commit/973d8bf16a4da0b184f9c19bc2074d79517f41ad)

JacksonBurns avatar Feb 28 '24 18:02 JacksonBurns

First, for this particular run for species in the edge I don't think this is something to be particularly worried about.

These two structures are the same in terms of connectivity but different electronically without any difference in multiplicity so we should consider them the same species. These kinds of issues usually occur because of how the resonance system and our reaction definitions interact. My guess is some reaction family is producing an electronic structure of NNH that isn't in the list of resonance structures for the expected NNH causing it to think they are different species, but @alongd might have a better idea what is happening.

mjohnson541 avatar Feb 28 '24 19:02 mjohnson541

This issue is being automatically marked as stale because it has not received any interaction in the last 90 days. Please leave a comment if this is still a relevant issue, otherwise it will automatically be closed in 30 days.

github-actions[bot] avatar May 29 '24 08:05 github-actions[bot]