-
Notifications
You must be signed in to change notification settings - Fork 0
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
Improvements to ORCA support #207
Conversation
…atoms and basis_set methods.
…be used to build new ones more quickly
…at will be used to build new ones more quickly" This reverts commit 89c127f.
This reverts commit dfb5685.
…-expand-the-orcajob
…ocesses used to prevent ORCA errors
…tead of slurm_submitdir
…nts it from submitting double jobs
…nts it from submitting double jobs
Parity with main
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.
Nice! Hopefully orca calculations will now be less tiresome. Is it necessary to check if the sbatch partition is suitable for the specified calculation just as the recommendations are in the TheoChem notebook?
Thanks for checking! I think we should leave that to the user. It would then also depend on the cluster that the user is running the jobs on. |
I simplified job-building for ORCA jobs, mainly related to setting the main settings. I also added support for Ghost atoms, which are needed to do counterpoise corrections/calculate the BSSE. ORCAJob now also tries to find the orca executable (we need the full path to run orca) by setting the default orca_path to "$(which orca)".