We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.neighborlist
Heya, something is broken with ase==3.23.0b1, importing structures.py yields
ase==3.23.0b1
structures.py
AttributeError: module 'ase' has no attribute 'neighborlist'
I think maybe this changed between the last ase release and the current version. Anyhow, it can easily be fixed by adding
ase
from ase import neighborlist
somewhere in that file.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Heya, something is broken with
ase==3.23.0b1
, importingstructures.py
yieldsI think maybe this changed between the last
ase
release and the current version. Anyhow, it can easily be fixed by addingsomewhere in that file.
The text was updated successfully, but these errors were encountered: