Skip to content

Replicating the same outputs as Pair_Allegro within LAMMPS #29

Closed Answered by anjohan
ryandeng1 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Ryan,

Sorry for the late reply.

If you are trying to avoid reverse communication, this sounds somewhat similar to newton off in LAMMPS (https://docs.lammps.org/newton.html).

Based on my understanding, the force on an atom only depends on neighboring atoms within the cutoff, and there's only 3 tensors passed into the model.

For each pair (i,j) of atoms, there's one energy (ij) that is "many-body" in i (i.e., depending on all the neighbors of i), and one energy (ji) that is many-body in j. With the forces being the derivative of the sum of these, the force on atom i will depend on the entire neighbor list of atom j.

In LAMMPS it is possible to get the neighbor list of ghost atoms, but …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ryandeng1
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants