Replies: 2 comments 6 replies
-
|
Hi Mohammed,
Yes, you can run deepmd through lammps, or as a python calculator through ase, or as an external potential. In all cases, I suggest having deepmd run on a gpu. So lammps can be serial, but deepmd should be built to run on a gpu. The same goes for ase and using an external potential. But unless you are trying to do an mpi cpu deepmd calculation, I don’t see any reason to have a parallel eon client.
Best, Graeme
… On Feb 25, 2026, at 7:57 AM, Mohammed Hassan ***@***.***> wrote:
Hi eOn developers,
I’m trying to use a DeePMD machine-learned interatomic potential (DeePMD-kit) with eOn for aKMC/rare-event searches.
Context:
I installed eOn 2.11.0 from conda-forge.
My DeePMD potential is available as either:
TensorFlow frozen model: model.pb, or
PyTorch frozen model: model.pth (DeePMD v3 backend).
I understand eOn can use LAMMPS as a potential interface, but my understanding is that eOn’s LAMMPS interface is typically set up with a serial LAMMPS library build, which makes MLIP workflows impractical for my use case (I’d like to run evaluations in parallel).
Questions:
Is there any supported pathway to use DeePMD models directly or generally in eOn with/without going through LAMMPS?
Any pointers to the recommended workflow (or an example repository/script) would be very helpful.
Best regards,
Mohammed
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
This message is from an external sender. Learn more about why this matters.
|
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the quick response. That makes sense. I’m trying to run aKMC with a DeePMD potential through the LAMMPS interface. My setup is: config.ini [Potential] [AKMC] [Optimizer] [Structure Comparison] [Saddle Search] [Prefactor] [Dimer] [Debug] pos.con I also have a potfiles/ subdirectory containing in.lammps: pair_style deepmd /home/eon/models/model.pth And my model is in models/ subdirectory containing model.pth When I run python -m eon.server, I get: Eon version 2.11.0 stdout (last lines): ... As mentioned earlier, I installed eOn via conda: conda install -c conda-forge eon I would appreciate any guidance on how to proceed. Best regards, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi eOn developers,
I’m trying to use a DeePMD machine-learned interatomic potential (DeePMD-kit) with eOn for aKMC/rare-event searches.
Context:
I installed eOn 2.11.0 from conda-forge.
My DeePMD potential is available as either:
TensorFlow frozen model: model.pb, or
PyTorch frozen model: model.pth (DeePMD v3 backend).
I understand eOn can use LAMMPS as a potential interface, but my understanding is that eOn’s LAMMPS interface is typically set up with a serial LAMMPS library build, which makes MLIP workflows impractical for my use case (I’d like to run evaluations in parallel).
Questions:
Is there any supported pathway to use DeePMD models directly or generally in eOn with/without going through LAMMPS?
Any pointers to the recommended workflow (or an example repository/script) would be very helpful.
Best regards,
Mohammed
Beta Was this translation helpful? Give feedback.
All reactions