Perhaps I should not post this this reply. I don't know much about DCD files.
please also note, that .dcd files _only_ contain
coordinate information and thus to visualize the
resulting trajectory you need some additional
information about the simulation system.
axel.
I'm guessing that a ".PSF" file would contain the additional
information VMD needs in order to display the molecule. You can
generate a PSF file from your LAMMPS "DATA" file.
Instructions
1)
Axel (the guy who replied to your post before me) has written a nice
VMD plugin (toptools 1.2) that generates PSF files from lammps data
files.
If you already have topotools 1.2, you can skip this step.
a) Download topotool version 1.2 here:
b) Unpack the file.
c) Copy the "topotools1.2" folder to the same folder where your
"topotools1.1" folder is located.
(On my linux machine it is located at
"/usr/local/lib/vmd/plugins/noarch/tcl/". I have no clue where this
would be located on a windows computer. I suspect that not so many
people use windows with lammps.)
2) Make a PSF file
(better instructions are also available in the topotools web page)
a) Start VMD
b) Menu Extensions->Tk Console
c) Enter:
(I assume that the the DATA file is called "system.data")
topo readlammpsdata system.data molecular
animate write psf system.psf
This generates "system.psf"
3) Visualise your trajectory in VMD
(Forgive me if you know how to do this step already.)
a) start VMD
b) From the "File" menu, load your PSF file by selecting "New
Molecule", then "Browse", then select your PSF file, and then select
"OK" and "Load". (Alternately if you loaded the PSF file already when
you started VMD, then in the "VMD Main" window, right click on the
molecule "system.psf", and in the pull-down menu, select "Load Data
Into Molecule".)
c) Click on the "Browse" button, and select your DCD file, click "OK",
and then "Load"
There are VMD tutorials to show you how to improve the visual
appearance of the molecules (such as using pcbtools to remove bonds
which stretch across the periodic boundary box).
I hope this helps
(In a hurry. I hope these instructions are accurate.)
Cheers
Andrew