update comments in example inputs

This commit is contained in:
Axel Kohlmeyer
2019-09-19 15:17:52 -04:00
parent 415698d570
commit 3fd43224b3
5 changed files with 39 additions and 39 deletions

View File

@ -1,11 +1,11 @@
# Demonstrate SNAP Ta potential
# Demonstrate SNAP Mo potential
# Initialize simulation
variable nsteps index 100
variable nrep equal 4
variable a equal 3.160
units metal
units metal
# generate the box and atom positions using a BCC lattice
@ -13,12 +13,12 @@ variable nx equal ${nrep}
variable ny equal ${nrep}
variable nz equal ${nrep}
boundary p p p
boundary p p p
lattice bcc $a
region box block 0 ${nx} 0 ${ny} 0 ${nz}
create_box 1 box
create_atoms 1 box
region box block 0 ${nx} 0 ${ny} 0 ${nz}
create_box 1 box
create_atoms 1 box
mass 1 183.84
@ -28,7 +28,7 @@ include Mo_Chen_PRM2017.snap
# Setup output
thermo 10
thermo 10
thermo_modify norm yes
# Set up NVE run

View File

@ -5,7 +5,7 @@
variable nsteps index 100
variable nrep equal 4
variable a equal 3.316
units metal
units metal
# generate the box and atom positions using a BCC lattice
@ -13,12 +13,12 @@ variable nx equal ${nrep}
variable ny equal ${nrep}
variable nz equal ${nrep}
boundary p p p
boundary p p p
lattice bcc $a
region box block 0 ${nx} 0 ${ny} 0 ${nz}
create_box 1 box
create_atoms 1 box
region box block 0 ${nx} 0 ${ny} 0 ${nz}
create_box 1 box
create_atoms 1 box
mass 1 180.88
@ -28,7 +28,7 @@ include Ta06A.snap
# Setup output
thermo 10
thermo 10
thermo_modify norm yes
# Set up NVE run

View File

@ -1,11 +1,11 @@
# Demonstrate SNAP Ta potential
# Demonstrate SNAP W potential
# Initialize simulation
variable nsteps index 100
variable nrep equal 4
variable a equal 3.1803
units metal
units metal
# generate the box and atom positions using a BCC lattice
@ -13,12 +13,12 @@ variable nx equal ${nrep}
variable ny equal ${nrep}
variable nz equal ${nrep}
boundary p p p
boundary p p p
lattice bcc $a
region box block 0 ${nx} 0 ${ny} 0 ${nz}
create_box 1 box
create_atoms 1 box
region box block 0 ${nx} 0 ${ny} 0 ${nz}
create_box 1 box
create_atoms 1 box
mass 1 183.84
@ -28,7 +28,7 @@ include W_2940_2017_2.snap
# Setup output
thermo 10
thermo 10
thermo_modify norm yes
# Set up NVE run

View File

@ -5,7 +5,7 @@
variable nsteps index 100
variable nrep equal 4
variable a equal 3.1803
units metal
units metal
# generate the box and atom positions using a BCC lattice
@ -13,25 +13,25 @@ variable nx equal ${nrep}
variable ny equal ${nrep}
variable nz equal ${nrep}
boundary p p p
boundary p p p
lattice bcc $a
region box block 0 ${nx} 0 ${ny} 0 ${nz}
create_box 2 box
create_atoms 1 box
region box block 0 ${nx} 0 ${ny} 0 ${nz}
create_box 2 box
create_atoms 1 box
mass 1 183.84
mass 2 9.012182
set group all type/fraction 2 0.05 3590153 # Change 5% of W to He
group tungsten type 1
group beryllium type 2
set group all type/fraction 2 0.05 3590153 # Change 5% of W to He
group tungsten type 1
group beryllium type 2
# choose potential
include WBe_Wood_PRB2019.snap
# Setup output
thermo 10
thermo 10
thermo_modify norm yes
# Set up NVE run

View File

@ -1,11 +1,11 @@
# Demonstrate SNAP Ta potential
# Demonstrate SNAP W with tabulated He-He and W-He using hybrid pair style
# Initialize simulation
variable nsteps index 100
variable nrep equal 4
variable a equal 3.1803
units metal
units metal
# generate the box and atom positions using a BCC lattice
@ -13,25 +13,25 @@ variable nx equal ${nrep}
variable ny equal ${nrep}
variable nz equal ${nrep}
boundary p p p
boundary p p p
lattice bcc $a
region box block 0 ${nx} 0 ${ny} 0 ${nz}
create_box 2 box
create_atoms 1 box
region box block 0 ${nx} 0 ${ny} 0 ${nz}
create_box 2 box
create_atoms 1 box
mass 1 183.84
mass 2 4.0026
set group all type/fraction 2 0.05 3590153 # Change 5% of W to He
group tungsten type 1
group helium type 2
set group all type/fraction 2 0.05 3590153 # Change 5% of W to He
group tungsten type 1
group helium type 2
# choose potential
include W_2940_2017_2_He_JW2013.snap
# Setup output
thermo 10
thermo 10
thermo_modify norm yes
# Set up NVE run