# 3d Lennard-Jones melt

units		real
dimension	2
atom_style	atomic
boundary 	p s p
#processors	2 2 1
read_data	config-lammps/data.plan2D
#read_data	config-lammps/data.restart
#velocity	all create 80.0 87287 loop geom

#timestep	0.5

pair_style	lj/cut 2.93885144140227
pair_coeff	1 1 0.238492861193117 1.1 2.93885144140227

neighbor	0.4 bin
neigh_modify	every 20 delay 0 check no

fix		1 all nve

