Skip to content
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

Unable to Determine Thermo Parameters for OON=N[Pt] #220

Open
Tingchenlee opened this issue Apr 5, 2021 · 2 comments
Open

Unable to Determine Thermo Parameters for OON=N[Pt] #220

Tingchenlee opened this issue Apr 5, 2021 · 2 comments
Labels
Catalysis Surface reactions/thermo for Catalysis

Comments

@Tingchenlee
Copy link

Kinetic Search can't determine the thermo data for

multiplicity 4

1 O u0 p2 c0 {2,S} {3,S}

2 O u0 p2 c0 {1,S} {5,S}

3 N u1 p1 c0 {1,S} {4,S}

4 N u2 p1 c0 {3,S}

5 H u0 p0 c0 {2,S}
+
1 X u0

image
image
The error messages:

rmgpy.exceptions.DatabaseError: Unable to determine thermo parameters for atom {} in molecule <Molecule "OON=N[Pt]">:
 no data for node R* or any of its ancestors in database adsorptionPt111. 
@Tingchenlee Tingchenlee added the Catalysis Surface reactions/thermo for Catalysis label Apr 5, 2021
@xiaoruiDong
Copy link
Contributor

@Tingchenlee Thank you for reporting this issue. This problem might be an RMG-Py issue. This can be reproduced by

species.generate_resonance_structures()
species.thermo = database.thermo.get_thermo_data(species)

RMG will generate two resonances structures for the reported product. a. OON=N[Pt]; b. OO[N]=N[Pt], I think RMG has a problem estimating the thermo for conformed a using GAV.
You can either fix the RMG-Py GAV estimator or do the kinetic search without Generate Resonance Structures.

@ChrisBNEU
Copy link

short term this fixes the issue. We restricted the atom adjacent to the adsorbing atom from having unpaired electrons. long term the rmg cat team has to figure out how to consistently restrict unlikely surface species, e.g. adjacent radicals.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Catalysis Surface reactions/thermo for Catalysis
Projects
None yet
Development

No branches or pull requests

3 participants