You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating mechanisms for surface reactions, there is a bug in the naming of the species in the output file. RMG used to replace the SMILES string of the species for example C[Pt] has the label CH3X(8) in the final mechanism. This still works for some species. However, for a bunch of species RMG uses now the SMILES string in the final mechanism e.g. [Pt]CC[Pt] is [Pt]CC[Pt](26) instead of C2H4X2(26).
How To Reproduce
Run the catalysis/ch4_o2 example
Installation Information
Describe your installation method and system information.
OS: macOS 14.3.1
Installation method: from source
RMG version information:
RMG-Py: 3.2.0-230-gbfaee1cad
RMG-database: 3.2.0-5-gcfb4910cf
The text was updated successfully, but these errors were encountered:
Oh, one thing that would probably be an improvement would be to replace "[Pt]" with "X" when it reverts to SMILES?
Or someone could try to code up your algorithm you describe at ReactionMechanismGenerator/RMG-database#640
X indicates a bond to the surface. It is always on the left hand site of an atom that is bonded to the surface e.g. XCCH2 it means that C is bonded to the surface.
If the X is on the right hand side and at the end of a label, it means that this species is physisorbed e.g. H2OX.
Although if the "use names from thermo libraries" works as intended, at least all your species will already be named well.
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.
Bug Description
When generating mechanisms for surface reactions, there is a bug in the naming of the species in the output file. RMG used to replace the SMILES string of the species for example
C[Pt]
has the labelCH3X(8)
in the final mechanism. This still works for some species. However, for a bunch of species RMG uses now the SMILES string in the final mechanism e.g.[Pt]CC[Pt]
is[Pt]CC[Pt](26)
instead ofC2H4X2(26)
.How To Reproduce
Run the catalysis/ch4_o2 example
Installation Information
Describe your installation method and system information.
The text was updated successfully, but these errors were encountered: