Skip to content

Commit

Permalink
use default skin value for the neighbor list
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi-FanLi committed Sep 10, 2023
1 parent 5ee7b30 commit 99b5b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lmp/tests/test_lammps.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ def _lammps(data_file, units="metal") -> PyLammps:
lammps.units(units)
lammps.boundary("p p p")
lammps.atom_style("atomic")
lammps.neighbor("2.0 bin")
# lammps.neighbor("2.0 bin")
lammps.neigh_modify("every 10 delay 0 check no")
lammps.read_data(data_file.resolve())
if units == "metal" or units == "real":
Expand Down

0 comments on commit 99b5b59

Please sign in to comment.