Files
lammps/examples/steinhardt/in.bcc
Aidan Thompson aa9b805cc9 started on W_l
2019-08-23 18:11:52 -06:00

48 lines
799 B
Plaintext

# Steinhardt-Nelson bond orientational order parameters for BCC
variable rcut equal 3.0
boundary p p p
atom_style atomic
neighbor 0.3 bin
neigh_modify delay 5
# create geometry
lattice bcc 1.0
region box block 0 3 0 3 0 3
create_box 1 box
create_atoms 1 box
mass 1 1.0
# LJ potentials
pair_style lj/cut ${rcut}
pair_coeff * * 1.0 1.0 ${rcut}
# initial velocities
velocity all create 5.0 482748
fix 1 all nve
# 8 neighbors, perfect crystal
compute qn all orientorder/atom degrees 5 4 6 8 10 12 nnn 8
compute avqn all reduce ave c_qn[*]
thermo_style custom step temp epair etotal c_avqn[*]
run 0
# 14 neighbors, perfect crystal dynamically melting
uncompute qn
compute qn all orientorder/atom degrees 5 4 6 8 10 12 nnn 14
timestep 0.003
thermo 1
run 20