Dear all,
i am trying to simulate some CO2 molecules. i checked the density ,pressure,temperature for the given volume.i simulate for different timesteps and runs but i keep taking "wrong results".does anybody hane an idea what am i doing wrong?
Any suggestions?
Cheers
Dimitris
#minimization file
dimension 3
boundary p p p
units real
neighbor 0.3 bin
neigh_modify delay 0.5
atom_style full
bond_style harmonic
angle_style harmonic
pair_style lj/cut/coul/cut 4 6
pair_modify mix arithmetic
read_data CO2data.data
pair_coeff 1 1 4.5512 3.014 4.5512 3.014 #OO epsilon(kcal/mol) sigma(A)
pair_coeff 1 2 2.6892 2.8995 2.6892 2.8995 #OC Lorentz-Berthelot
pair_coeff 2 2 1.5890 2.785 1.5890 2.785 #CC
bond_coeff 1 10000 1.16
angle_coeff 1 10000 180.0
fix 1 all npt 300 300 100 xyz 9.8 9.8 100
velocity all create 300 8745350 loop geom
minimize 0.0 1.0e-8 1000 100000
timestep 1.0
dump 1 all atom 1 co2min1a.lammpstrj
dump_modify 1 image yes
run 2
write_restart CO2data.minim.restart