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

Improvements to ORCA support #207

Merged
merged 43 commits into from
Apr 25, 2024
Merged

Improvements to ORCA support #207

merged 43 commits into from
Apr 25, 2024

Conversation

YHordijk
Copy link
Contributor

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)".

YHordijk and others added 30 commits February 7, 2024 21:18
…at will be used to build new ones more quickly"

This reverts commit 89c127f.
@YHordijk YHordijk added bug Something isn't working enhancement New feature or request labels Apr 20, 2024
@YHordijk YHordijk requested a review from SiebeLeDe April 20, 2024 11:52
@YHordijk YHordijk self-assigned this Apr 20, 2024
@YHordijk YHordijk linked an issue Apr 20, 2024 that may be closed by this pull request
1 task
Copy link
Contributor

@SiebeLeDe SiebeLeDe left a 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?

@YHordijk
Copy link
Contributor Author

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.

@YHordijk YHordijk merged commit 39fba33 into main Apr 25, 2024
6 checks passed
@YHordijk YHordijk deleted the 122-expand-the-orcajob branch April 29, 2024 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expand the ORCAJob
2 participants