Hi LAMMPS users,
I am using ionic liquid + water ( tip4p/ice).
I’m unable to run the minimization and MD runs with mixed systems.
After few runs the pressure is increased vastly . I am attaching the data, para and input files…
spme important parts of files are.
while minimization, bond_coeff and angle_coeff of water are made some huge numbers, for MD runs, they are 0.0.
pair_style hybrid lj/cut/coul/long 12.0 lj/cut/coul/long/tip4p 13 14 15 24 0.1577 12.0
pair_modify tail yes
bond_style harmonic
angle_style harmonic
dihedral_style multi/harmonic
improper_style cvff
kspace_style pppm/tip4p 0.00001
special_bonds lj/coul 0.0 0.0 0.5
…
input file
units real
dimension 3
atom_style full
#read_restart r.rest
read_data data.bmim_bf4
include parm.bmim_bf4
neighbor 2 bin
neigh_modify delay 0 every 1 check yes page 100000 one 10000
timestep 1
run_style verlet
velocity all create 298.15 23482341 mom yes rot yes dist gaussian
fix 1 all shake 0.0001 10 2000 b 4 6 7 10 12 13 15 a 24
fix 2 all npt temp 298.15 298.15 1000.0 iso 0.0 0.0 2000.0
thermo_style multi
thermo 20
thermo_modify flush yes
dump 1 all custom 5000 dump.1npt id mol type xu yu zu
dump_modify 1 flush yes
restart 5000 rA.rest rB.rest
run 100000
#minimize 1e-10 1e-10 1000 1000
write_restart r.rest
thanks in advance.
karthik kumar
data.bmim_bf4 (2.4 MB)
parm.bmim_bf4 (9.3 KB)
in.bmim_bf4 (665 Bytes)