-
Notifications
You must be signed in to change notification settings - Fork 229
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
Enhancing heteroatoms in RMG-Py #1039
Conversation
19f4a3e
to
1220d3b
Compare
@@ -235,7 +235,7 @@ def getFeatures(self): | |||
'O','Os','Od','Oa','Ot', | |||
'Ne', | |||
'Si','Sis','Sid','Sidd','Sit','SiO','Sib','Sibf', | |||
'S','Ss','Sd','Sa','St', | |||
'S','S0s','Sa','S2s','S2sp','S2sn','S2d','S2dc','S4s','S4sc','S4d','S4dc','S4b','S4dd','S4t','S4tc','S6s','S6d','S6dc','S6dd','S6ddc','S6ddd','S6t','S6td','S6tt', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add something to documentation about what each of these sulfur atom types means?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely. I just added a simple docstring describing the naming convention for these atomTypes.
I'll also push an updated atomType documentation
Some tests are currently commented out untill charge is implemented for atomTypes
since this creates old sulfur atomTypes for tests
to avoid infinite looping incase a thermo pointer is corrupt
54d3b25
to
a969ae4
Compare
This PR is outdated. |
This PR contains new sulfur AtomTypes (+ tests)
and allows database-test to make sample nitrogen atoms
This should be merged together with the corresponding RMG-database PR.