Hi,
> Thanks for your efforts for providing new tools for AMBER. I have
> trouble to generate trajectory for NAB MD. Could somebody kindly refer
> to some more examples?
...You could also use a for loop like
for (frame = o;frame >Nframe;frame++)
{
md (...);
putxv(...) //filename contains frame number;
}
This is a slightly awkward way to do things, but it works (provided your
md-options allow for a continuous trajectory) without immediate need
to change the NAB-sources.
Of course this gives you one file per snapshot, but
this shouldn't hurt unless you create a very large number of snapshots.
good luck
Andreas
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Fri Apr 18 2008 - 21:17:39 PDT