Renamed pair style, user package: nnp => hdnnp

This commit is contained in:
Andreas Singraber
2021-04-01 00:35:17 +02:00
parent 6dfd475175
commit 7b9dfb296d
28 changed files with 204 additions and 205 deletions

View File

@ -1,5 +1,5 @@
###############################################################################
# MD simulation for NN water
# MD simulation for HDNNP water
###############################################################################
###############################################################################
@ -11,9 +11,9 @@ variable cfgFile string "data.H2O-360mol"
# Timesteps
variable numSteps equal 10
variable dt equal 0.0005
# NN
variable nnpCutoff equal 6.36
variable nnpDir string "nnp-data"
# HDNNP
variable hdnnpCutoff equal 6.36
variable hdnnpDir string "hdnnp-data"
###############################################################################
# GENERAL SETUP
@ -26,10 +26,10 @@ timestep ${dt}
thermo 1
###############################################################################
# NN
# HDNNP
###############################################################################
pair_style nnp dir ${nnpDir} showew no showewsum 5 resetew no maxew 100 cflength 1.8897261328 cfenergy 0.0367493254 emap "1:H,2:O"
pair_coeff * * ${nnpCutoff}
pair_style hdnnp dir ${hdnnpDir} showew no showewsum 5 resetew no maxew 100 cflength 1.8897261328 cfenergy 0.0367493254 emap "1:H,2:O"
pair_coeff * * ${hdnnpCutoff}
###############################################################################
# INTEGRATOR
@ -39,7 +39,7 @@ fix INT all nve
###############################################################################
# OUTPUT
###############################################################################
dump 1 all atom 1 dump.nnp
dump 1 all atom 1 dump.hdnnp
###############################################################################
# SIMULATION