-
Hi, I'm trying do some analysis on the trained Nequip model in Python and need an ASE calculator. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, Maria |
Beta Was this translation helpful? Give feedback.
Hi, Maria
You may find an example to use nequip calculator at (#115). If
import nequip
works, so shouldfrom nequip.ase import NequIPCalculator
. Could you double check if you have loaded the same Python environment for using these two commands?