Dear AMBER users,
I am trying to pick up a certain structure from a MD trajectory file to work as
a restart file for the next round refinement calculation. Let's say I have got
200 frames in the trajectory and I want to get the restart file using the
number 134 frame. The following are my input of carnal input file.
FILES_IN
PARM p1 prm.top;
STREAM s1 mdcrd.prod4;
FILES_OUT
COORD c1 temp.rst RST;
DECLARE
OUTPUT
COORD c1 s1 SELECT (134);
END
But the ouput file 'temp.rst.134' does not have the velocity and the box
information. There is only xyz coordinates in it. And it is cannot be used for
the next round of calculation. Could anybody give me some clue how I can get a
correct restart file for a certain frame from the trajectory file? Many thanks
in advance.
Cheers,
Lan
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Thu Nov 10 2005 - 14:53:00 PST