-
Notifications
You must be signed in to change notification settings - Fork 145
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
ASE API not working #224
Comments
The Python bindings for |
Thanks for the prompt response! That is understandable, and I am glad that the ASE API will be kept. Looking forward to it! |
The basic Python API is online at https://github.com/grimme-lab/xtb-python now. No ASE Calculators yet, but they are next. |
Describe the bug
The ASE API seems not to be working (no calculators, e.g.,
ImportError: cannot import name 'GFN2'
).To Reproduce
Either
or
throws an
ImportError: cannot import name 'GFN1'
kind of error.Expected behaviour
I expect the code snippet in the documentation to work. The import line above is part of it.
Additional context
I'm currently using xtb version 6.3.0 (40a182b), built today against OpenBlas, gcc/gfortran (Ubuntu 8.4.0-1ubuntu1~18.04).
I recompiled the code against gfortran due to a previous error when importing
GFN2
from Python (libifcore.so.5: cannot open shared object file: No such file or directory
), which I believed was due to lacking ifort. Is ifort needed for the ASE API? Is this API gone for good (37ae399)?The text was updated successfully, but these errors were encountered: