ModuleNotFoundError: No module named 'mliap_unified_couple' when using MACE with MLIAP in LAMMPS Python
#1066
-
|
When attempting to run a simulation using MACE interatomic potential via LAMMPS Python interface with MLIAP support, I encounter a Steps to Reproduce
Expected Behavior Additional Context
Looking for guidance on resolving the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
and i try to use |
Beta Was this translation helpful? Give feedback.
I find that's why. we need use special command to run lammps-mliap
lmp = lammps(cmdargs=["-k", "on", "g", "1", "-sf", "kk", "-pk", "kokkos", "newton", "on", "neigh", "half"])