From: Leandro Martínez (leandromartinez98_at_gmail.com)
Date: Fri Nov 24 2006 - 05:38:05 CST
Hi all,
I had fortran programs to read the dcd file format generated by
version 2.5of namd.
Now it seems that in version 2.6 there has been a chenge in the DCD format
and
the programs do not seem to be able to read the coordinate files anymore.
Previously I read the dcd files using:
open(10,file=dcdfile,status='old',form='unformatted')
read(10) dummyc, nset, (dummyi,i=1,8), dummyr, (dummyi,i=1,9)
read(10) dummyi, dummyr
read(10) ntotat
do i = 1, nframes
read(10) (x(i,j),j=1,ntotat)
This archive was generated by hypermail 2.1.6 : Wed Feb 29 2012 - 15:44:12 CST