You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
In equisolve/utils/convert.py, ase is used in the ase_to_tensormap() fxn. If not already installed, a ModuleNotFoundError is raised. Should ASE be a core dependency?
The text was updated successfully, but these errors were encountered:
I don't think it should be, equisolve does not need ase to work. But the ase import should be guarded when defining the ase_to_tensormap function (if ase is not available, this function will never be used anyway) to make sure one can use equisolve without ase
In equisolve/utils/convert.py, ase is used in the
ase_to_tensormap()
fxn. If not already installed, aModuleNotFoundError
is raised. Should ASE be a core dependency?The text was updated successfully, but these errors were encountered: