Closed lucydot closed 1 year ago
I think I fixed this in ASE, can you try installing the master branch?
pip install git+https://gitlab.com/ase/ase.git@master
https://gitlab.com/ase/ase/-/merge_requests/2745 https://gitlab.com/ase/ase/-/issues/1118
Hi @ajjackson, yes just installed the master branch and can confirm that get_potential_energy
returns energy as expected 👍
When I run the following code
I get the following error:
So it seems to find and run MOPAC ok, but there is an issue getting the property.
I have the conda-forge version of MOPAC (MOPAC version 22.0.6) and ASE from a pip install in the same conda environment (ase-3.22.1). The same problem is happening on my laptop, and on the Docker image from Alin.
@ajjackson can you tell me which version of ASE and MOPAC you are using where this problem is avoided?