Skip to content
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: 2 additions & 0 deletions examples/water/lmp/in.lammps
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ read_data water.lmp
mass 1 16
mass 2 2

# See https://deepmd.rtfd.io/lammps/ for usage
pair_style deepmd frozen_model.pb
# If atom names (O H in this example) are not set in the pair_coeff command, the type_map defined by the training parameter will be used by default.
pair_coeff * * O H
Comment thread
njzjz marked this conversation as resolved.

velocity all create 330.0 23456789
Expand Down
2 changes: 2 additions & 0 deletions examples/water/lmp/in.plugin.lammps
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ mass 2 2
# load the deepmd plugin
plugin load libdeepmd_lmp.so

# See https://deepmd.rtfd.io/lammps/ for usage
pair_style deepmd frozen_model.pb
# If atom names (O H in this example) are not set in the pair_coeff command, the type_map defined by the training parameter will be used by default.
pair_coeff * * O H
Comment thread
njzjz marked this conversation as resolved.

velocity all create 330.0 23456789
Expand Down