Skip to content

Commit

Permalink
fix deprecated bare pair_coeff (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Aug 1, 2022
1 parent 7077fa3 commit 37d3bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dpgen/auto_test/template/elastic/lmp/potential.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# ================= Choose potential ========================
pair_style deepmd graph.000.pb graph.001.pb graph.002.pb graph.003.pb 400 model_devi.out
#pair_style deepmd frozen_model.pb
pair_coeff
pair_coeff * *

# Setup neighbor style
neigh_modify every 1 delay 0 check yes
Expand Down
2 changes: 1 addition & 1 deletion examples/run/dp-lammps-enhance_sampling/lmp/input.lammps
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mass 2 1.008

#Interatomic potentials - DeepMD
pair_style deepmd
pair_coeff
pair_coeff * *


#MD parameters
Expand Down

0 comments on commit 37d3bd8

Please sign in to comment.