Re: ptraj problem

From: Thomas Cheatham <cheatham_at_chpc.utah.edu>
Date: Mon 24 Jun 2002 10:24:30 -0700 (PDT)

> I have a script for calculating the atomic fluctuations:
...
> trajin ../../../${fname}_md00.mdcrd.Z
> trajin ../../../${fname}_md01.mdcrd.Z
> center :1-142 mass origin
> image origin :1-142
>
> atomicfluct out fluct_byatom.dat :126-142
> atomicfluct out fluct_byres.dat :126-142 byres
...
> results for the atomic flucuations. The question is why?

The atomicfluct command is general in that it does not assume a fit of the
coordinates or a reference frame at zero or in other words, it is just a
raw calculation of atomic positional fluctuations. To get the behavior
you would expect, you need to put the molecule of interest into a common
reference frame, such as after RMS fitting it.

  trajin ../../../${fname}_md00.mdcrd.Z
  trajin ../../../${fname}_md01.mdcrd.Z
  center :1-142 mass origin
  image origin center

  rms first mass out rms_126-142.dat :126-142
  atomicfluct out fluct_byatom.dat :126-142
  atomicfluct out fluct_byres.dat :126-142 byres

If you want to then get the RMS data for individual residues, do this
after the atomicfluct command.

*** Also, note that there was a bug in the Bfactor option of atomicfluct
that has been recently fixed. The Bfactor is not simply the atomic
fluctuations multipied by a constant but the sqrt() of the fluctuations
multiplied by a constant. A new version of ptraj which is updated with
this fix (and also with a new option to randomly swap ion and solvent
positions and more support for AMBER7 prmtop's) is available at

        http://www.chpc.utah.edu/~cheatham/software.html

--tom


/ Thomas E. Cheatham, III (Assistant Professor) College of Pharmacy
| Departments of Medicinal Chemistry and of University of Utah
| Pharmaceutics and Pharmaceutical Chemistry 30 South 2000 East, Room 201
| & Center for High Performance Computing Salt Lake City, Utah 84112
|
| e-mail: tec3_at_utah.edu phone: (801) 587-9652 FAX: (801) 585-9119
\ http://www.chpc.utah.edu/~cheatham Offices: BPRP295A / INSCC 418
Received on Mon Jun 24 2002 - 10:24:30 PDT
Custom Search