VMD-L Mailing List
From: Axel Kohlmeyer (akohlmey_at_gmail.com)
Date: Fri Apr 04 2014 - 06:36:30 CDT
- Next message: John Stone: "Re: ffTk user feature request"
- Previous message: Jim Parker: "ffTK generated Gaussian file puts "atoms too close" and Gaussian fails to run"
- In reply to: Marcela Madrid: "writing velocities from VMD"
- Next in thread: Norman Geist: "AW: writing velocities from VMD"
- Reply: Norman Geist: "AW: writing velocities from VMD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
hi marcela,
only very few file format plugins for VMD support reading velocities
and even less support writing (as far as i can tell the HOOMD plugin
and the TNG plugin). for the rest you would have to copy the
velocities to coordinates and save them as coordinates.
the molfile API has no facility at this moment to write two files in
parallel, as it would be required in the case of a DCD file, so the
only option to extract the velocities would be to copy them to
coordinates (if needed in a new "molecule") via Tcl script and then
write them out as coordinates. of course that has the downside that
you now have the "CORD" magic string in the header that identifies the
file as a file containing coordinates.
axel.
On Thu, Apr 3, 2014 at 8:31 PM, Marcela Madrid <mmadrid_at_psc.edu> wrote:
> hi
>
> How do I write velocities into a dcd file (or any other format) with VMD?
> I am loading a trajectory in Desmond format, and I do not see the option
> to write velDCD, I only seem successful in writing coordinates.
> Thanks so much!
> Marcela
>
>
>
>
>
-- Dr. Axel Kohlmeyer akohlmey_at_gmail.com http://goo.gl/1wk0 College of Science & Technology, Temple University, Philadelphia PA, USA International Centre for Theoretical Physics, Trieste. Italy.
- Next message: John Stone: "Re: ffTk user feature request"
- Previous message: Jim Parker: "ffTK generated Gaussian file puts "atoms too close" and Gaussian fails to run"
- In reply to: Marcela Madrid: "writing velocities from VMD"
- Next in thread: Norman Geist: "AW: writing velocities from VMD"
- Reply: Norman Geist: "AW: writing velocities from VMD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]