Files
lammps/examples/kim/in.kim.VOH.simulator_model
Axel Kohlmeyer 24a63f0f31 update kim_style command semantics as discussed in PR #1440
this also adds documentation of error messages in the kim_style header
2019-05-30 21:51:13 -04:00

24 lines
393 B
Plaintext

# REAX potential for VOH system
# .....
units real
atom_style charge
kim_style init Sim_LAMMPS_ReaxFF_ChenowethVanDuinPersson_2008_CHOV__SM_429148913211_000
read_data data.VOH
kim_style define H C O V
neighbor 2 bin
neigh_modify every 10 delay 0 check no
fix 1 all nve
fix 3 all temp/berendsen 500.0 500.0 100.0
timestep 0.25
#dump 1 all atom 30 dump.reax.voh
run 300