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
On execution of lammps.py
$ from ase.calculators.lammpsrun import LAMMPS, prism
gives
ImportError: cannot import name 'prism'
Most likely source of error: API change: refer https://gitlab.com/ase/ase/commit/52351106923e28f138caa97300f03e6c145eeb66
Proposed fix: change 'prism' to 'Prism' in mpinterfaces.lammps line 26
please verify.
Thanks, Josh
The text was updated successfully, but these errors were encountered:
matk86
joshgabriel
No branches or pull requests
On execution of lammps.py
$ from ase.calculators.lammpsrun import LAMMPS, prism
gives
ImportError: cannot import name 'prism'
Most likely source of error:
API change:
refer https://gitlab.com/ase/ase/commit/52351106923e28f138caa97300f03e6c145eeb66
Proposed fix:
change 'prism' to 'Prism' in mpinterfaces.lammps line 26
please verify.
Thanks,
Josh
The text was updated successfully, but these errors were encountered: