Open joshgabriel opened 7 years ago
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
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