mirror of https://github.com/lammps/lammps.git
Renamed InP potential files and create standard log files
This commit is contained in:
parent
eec9773815
commit
7ea1e60ec5
|
@ -0,0 +1 @@
|
|||
../../potentials/InP_JCPA2020.snap
|
|
@ -0,0 +1 @@
|
|||
../../potentials/InP_JCPA2020.snapcoeff
|
|
@ -0,0 +1 @@
|
|||
../../potentials/InP_JCPA2020.snapparam
|
|
@ -1 +0,0 @@
|
|||
../../potentials/InP_PRB2020.snap
|
|
@ -1 +0,0 @@
|
|||
../../potentials/InP_PRB2020.snapcoeff
|
|
@ -1 +0,0 @@
|
|||
../../potentials/InP_PRB2020.snapparam
|
|
@ -25,7 +25,7 @@ mass 2 30.98
|
|||
|
||||
# choose potential
|
||||
|
||||
include InP_Cusentino_PRB2020.snap
|
||||
include InP_JCPA2020.snap
|
||||
|
||||
# Setup output
|
||||
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
# DATE: 2020-06-01 CONTRIBUTOR: Mary Alice Cusentino mcusent@sandia.gov CITATION: M.A. Cusentino, M. A. Wood, and A.P. Thompson, "Explicit Multi-element Extension of the Spectral Neighbor Analysis Potential for Chemically Complex Systems", J. Phys. Chem. A, xxxxxx (2020)
|
||||
|
||||
# Definition of SNAP+ZBL potential.
|
||||
|
||||
variable zblcutinner equal 4
|
||||
variable zblcutouter equal 4.2
|
||||
variable zblz1 equal 49
|
||||
variable zblz2 equal 15
|
||||
|
||||
# Specify hybrid with SNAP and ZBL
|
||||
|
||||
pair_style hybrid/overlay &
|
||||
zbl ${zblcutinner} ${zblcutouter} &
|
||||
snap
|
||||
pair_coeff 1 1 zbl ${zblz1} ${zblz1}
|
||||
pair_coeff 1 2 zbl ${zblz1} ${zblz2}
|
||||
pair_coeff 2 2 zbl ${zblz2} ${zblz2}
|
||||
pair_coeff * * snap InP_JCPA2020.snapcoeff InP_JCPA2020.snapparam In P
|
|
@ -1,4 +1,4 @@
|
|||
# LAMMPS SNAP coefficients for InP
|
||||
# DATE: 2020-06-01 CONTRIBUTOR: Mary Alice Cusentino mcusent@sandia.gov CITATION: M.A. Cusentino, M. A. Wood, and A.P. Thompson, "Explicit Multi-element Extension of the Spectral Neighbor Analysis Potential for Chemically Complex Systems", J. Phys. Chem. A, xxxxxx (2020)
|
||||
|
||||
2 241
|
||||
In 3.81205 1
|
|
@ -0,0 +1,14 @@
|
|||
# DATE: 2020-06-01 CONTRIBUTOR: Mary Alice Cusentino mcusent@sandia.gov CITATION: M.A. Cusentino, M. A. Wood, and A.P. Thompson, "Explicit Multi-element Extension of the Spectral Neighbor Analysis Potential for Chemically Complex Systems", J. Phys. Chem. A, xxxxxx (2020)
|
||||
|
||||
# required
|
||||
rcutfac 1.0
|
||||
twojmax 6
|
||||
|
||||
# optional
|
||||
rfac0 0.99363
|
||||
rmin0 0.0
|
||||
bzeroflag 1
|
||||
quadraticflag 0
|
||||
wselfallflag 1
|
||||
alloyflag 1
|
||||
|
|
@ -1,16 +0,0 @@
|
|||
# DATE: 2019-09-18 CONTRIBUTOR: Mary Alice Cusentino mcusent@sandia.gov CITATION: M.A. Wood, M.A. Cusentino, B.D. Wirth, and A.P. Thompson, "Data-driven material models for atomistic simulation", Physical Review B 99, 184305 (2019)
|
||||
# Definition of SNAP+ZBL potential.
|
||||
variable zblcutinner equal 4
|
||||
variable zblcutouter equal 4.2
|
||||
variable zblz1 equal 49
|
||||
variable zblz2 equal 15
|
||||
|
||||
# Specify hybrid with SNAP, ZBL, and long-range Coulomb
|
||||
|
||||
pair_style hybrid/overlay &
|
||||
zbl ${zblcutinner} ${zblcutouter} &
|
||||
snap
|
||||
pair_coeff 1 1 zbl ${zblz1} ${zblz1}
|
||||
pair_coeff 1 2 zbl ${zblz1} ${zblz2}
|
||||
pair_coeff 2 2 zbl ${zblz2} ${zblz2}
|
||||
pair_coeff * * snap InP_Cusentino_PRB2020.snapcoeff InP_Cusentino_PRB2020.snapparam In P
|
|
@ -1,13 +0,0 @@
|
|||
|
||||
# required
|
||||
rcutfac 1.0
|
||||
twojmax 6
|
||||
|
||||
# optional
|
||||
rfac0 0.99363
|
||||
rmin0 0.0
|
||||
bzeroflag 1
|
||||
quadraticflag 0
|
||||
wselfallflag 1
|
||||
alloyflag 1
|
||||
|
Loading…
Reference in New Issue