-
Notifications
You must be signed in to change notification settings - Fork 66
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
Using ORCA via ASE with customized input file #179
Comments
It is great that you figured out how to do this. This isn't in the documentation and I did not know myself it was possible (though it is reasonable, given that ASE can interface to many different codes). If you could contribute an example input file for a simple system that can run in a few minutes, I would include the example in the documentation. |
With your permission I'd like to include the ORCA calculation you shared in the other thread as an example of using ORCA via ASE. If this is all right with you, could you please upload your input file? (I could try to copy it out of the output, but I am not sure if ORCA is modifying it.) |
Here it is BTW, it would be better if geomeTRIC could handle restart files of ORCA: |
Thanks for the input file and the notes. If we access ORCA through ASE, then I hope we can use ASE to get the temporary file names too. |
After some experimentation I've found that the following command works:
where
blocks.inp
is my part of the input file including basis sets which obviously cannot be passed inline.Is this the right way, or something more elegant is available? Anyway it would be great to have examples of such things in documentation. I guess a lot of people just don't realize they can use their software of choice with geomeTRIC, or give up trying to connect things.
The text was updated successfully, but these errors were encountered: