Re: AMBER: Extracting periodic box size deviation

From: Bill Ross <ross.cgl.ucsf.edu>
Date: Thu, 6 Nov 2008 17:42:35 -0800 (PST)

> I now want to plot how the values of the box dimensions (i.e. x, y &
> z) change with time as the volume of the periodic box changes. Is
> this possible? Perhaps there is a ptraj command that extracts such
> information?

You may be able to get the box via something like

% awk 'NF == 6 {print $1,$2,$3}' mdcrd > boxcrd

assuming box info is 3 lengths followed by 3 angles and the modulus of your
atom count does not leave a line with 6 numbers on it before the box.

% tail mdcrd

to see what you have.

Bill
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber.scripps.edu
To unsubscribe, send "unsubscribe amber" (in the *body* of the email)
      to majordomo.scripps.edu
Received on Fri Dec 05 2008 - 11:09:43 PST
Custom Search