Replies: 1 comment 1 reply
-
For LJ or Grimme, you can look at deepmodeling/DMFF. It uses JAX to implement these terms. TensorFlow has a similar API as JAX, so I think it should be okay. Or an interface to DMFF can be considered, as JAX provides a tool to convert JAX functions to TF functions. Just curious, is there a reason to use GPU neighbor lists? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
When I try to mix a different potential with other force fields I get the following error:
"Must not use GPU neighbor lists with hybrid pair style"
which seems to be a problem of lammps.
So I was wondering how complicated is it to implement an additive analytical energy term to the NN potentials (like LJ or Grimme's Dispersion and so on) within the frozen model of deepmd?
Thanks in advance
Omar
Beta Was this translation helpful? Give feedback.
All reactions