Re: AMBER: mdcrd file

From: David A. Case <case.scripps.edu>
Date: Thu, 7 Sep 2006 22:27:54 -0700

On Thu, Sep 07, 2006, Brent Krueger wrote:

> Someone correct me if this is wrong, but I believe with the given
> ptraj script:
> >
> >trajin 5000_steps.binpos 1 5000 1000
> >trajout only_every_1000.binpos
> >go
>
> One would actually get frames 1000, 2000, 3000, 4000, and 5000.

No: you would get frames 1, 1001, 2001, 3001 and 4001. The numbers are
like a Fortran do-loop (if you are familiar with that). The first gives
the starting frame, the next the maximum possible frame, and the third is the
increment. The triplet "1000 5000 1000" would give you frames 1000, 2000,
3000, 4000, and 5000.

....dac

-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo.scripps.edu
Received on Sun Sep 10 2006 - 06:07:19 PDT
Custom Search