Skip to content

fix deprecated bare pair_coeff #831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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