-
Notifications
You must be signed in to change notification settings - Fork 150
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
Support more file formats for input/output #106
Conversation
Here is an example of |
Note that you will still requires a (lighter, tough) interface, since as you can see in the "script invocation tab", Gaussian just pass a bunch of different files as input to the program, but thanks anyway ;) |
A small wrapper script like below should suffice: #!/usr/bin/env sh
exec xtb $2 --gaussian $3 &> $4 |
That is also more or less what I had in mind :) |
Huh? A GH error, this is something unusual. |
5e060e7
to
4fdf050
Compare
4fdf050
to
acfefac
Compare
@pierre-24 Would you mind testing the Gaussian interface? I don't have access to this program. |
Allows
xtb
to read new file formats. Solves #95 on thextb
level.lattgrad
fileengrad
format