[gmx-developers] 6-12 and coulomb / energy / atom pairs

Anton Feenstra feenstra at chem.vu.nl
Wed Jul 21 16:50:16 CEST 2004


marcos lourenzoni wrote:

> Dear Gromacs Developers,
> 
> 
> I need evaluate the resulting (6-12 and coulomb) energy of the each atom of protein.
> The energy must be intra and intermolecular. 
> Example: 
> The total number of protein atoms is: (natom)
> The total number of protein atoms is: (nwater)
> I need natom*nwater energy values of every simulation dt.
> Another case.
> I need natom*(natom-1) energies values.

You're talking huge numbers of energy values. (e.g. 1000 atoms in the (small)
protein, and 2000 in the water, already makes 2x1000x2000 = 4e6!) All these
energies are calculated in mdrun, but only totals for groups of atoms (default
for the whole system) are stored in the energy file (.edr). Without modifying
the source code, you cannot get them out in any easy way.


-- 
Groetjes,

Anton
  _____________ _______________________________________________________
|             |                                                       |
|  _   _  ___,| K. Anton Feenstra                                     |
| / \ / \'| | | Dept. of Pharmacochem. - Vrije Universiteit Amsterdam |
|(   |   )| | | De Boelelaan 1083 - 1081 HV Amsterdam - Netherlands   |
| \_/ \_/ | | | Tel: +31 20 44 47608 - Fax: +31 20 44 47610           |
|             | Feenstra at chem.vu.nl - www.chem.vu.nl/~feenstra/       |
|             | "If You See Me Getting High, Knock Me Down"           |
|             | (Red Hot Chili Peppers)                               |
|_____________|_______________________________________________________|



More information about the gromacs.org_gmx-developers mailing list