Skip to content

Commit

Permalink
explicitly set neighbor request to full to fix bug #1109 (#1128)
Browse files Browse the repository at this point in the history
Co-authored-by: Han Wang <wang_han@iapcm.ac.cn>
  • Loading branch information
amcadmus and Han Wang authored Sep 11, 2021
1 parent 95a0340 commit 700773f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lmp/pair_deepmd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ void PairDeepMD::init_style()
{
int irequest = neighbor->request(this,instance_me);
neighbor->requests[irequest]->half = 0;
// neighbor->requests[irequest]->full = 1;
neighbor->requests[irequest]->full = 1;
// neighbor->requests[irequest]->newton = 2;
if (out_each == 1){
int ntotal = atom->natoms;
Expand Down

0 comments on commit 700773f

Please sign in to comment.