-
Notifications
You must be signed in to change notification settings - Fork 1
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
More recent octahedral embed that can handle carbenes #85
Conversation
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.
Since there are now eight new *.mol2 files in /modules/octahedral_embed/, should the original four *.mol files in /modules be removed?
Yes, I didn't notice thee redundancy, but those original four can be deleted. To double-check this, I looked at how octahedral_embed finds the mol2 files. It checks its own path variable, which is:
So only the mol2 files in that directory should be necessary. Which means you can delete the mol2 files in bluephos/modules. |
Thanks for the clarification! Could you make this change directly in this PR to keep everything self-contained? Thanks! |
Yes, I made the change to the PR. I also confirmed that I can run the pipeline with those files deleted, and it can run xTB without errors. |
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.
Thanks
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.
Great! Thanks!
@alex-l-m A formatting issue was detected during the lint check in /octahedral_embed/init.py. Please run ruff format . to correct it. Thanks! |
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.
Need formatting this file (ruff format)
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.
Looks good, Thanks!
Updated octahedral-embed that can handle the new molecule class. Should be harmless to merge into the existing repo since it just adds functionality that the existing repo doesn't use.