I browsed the lammps user archives. I can see that most of them built the tip3p/tip4p simulation box using packmol. Is there any way to build the water box using lammps input script? I tried to do that with following input parameters:
#simulation of water
boundary p p p
units real
atom_style full
#read_data h2o.data
region box block 0 6 0 6 0 6 units box
create_box 2 box
create_atoms 2 box
mass 1 15.9994
mass 2 1.008
charge 1 −0.834
charge 2 0.417
I browsed the lammps user archives. I can see that most of them built the
tip3p/tip4p simulation box using packmol. Is there any way to build the
water box using lammps input script? I tried to do that with following input
the error you report has nothing to do with setting up a water box.
the in my personal opinion (but i am biased) simplest way to set up
a water box in lammps is to import a pre-equilibrated box into VMD
and then use the topotools plugin to generate bond/angles and types
and then write out a lammps data file.
parameters:
#simulation of water
boundary p p p
units real
atom_style full
read_data h2o.data
region box block 0 6 0 6 0 6 units box
create_box 2 box
create_atoms 2 box
mass 1 15.9994
mass 2 1.008
charge 1 -0.834
charge 2 0.417
Can someone send me a box of pre-equilibrated water? I know some guys built different sized water box using tip3p/tip4p model for others to download. But I am not sure where they are.
Can someone send me a box of pre-equilibrated water? I know some guys built
different sized water box using tip3p/tip4p model for others to download.
But I am not sure where they are.
how about _looking_ for them?
there are tons of them on the web.
also many MD packages or MD related tools (e.g. VMD) ship with one.
I built a 10x10x10 water box using charmm codes. Could I know how to convert a pdb, or crd, or psf file in charmm format to lammps data file? Any hint is welcomed. Thanks a lot.
I built a 10x10x10 water box using charmm codes. Could I know how to
convert a pdb, or crd, or psf file in charmm format to lammps data file? Any
hint is welcomed. Thanks a lot.