Package gromacs :: Package analysis :: Package plugins :: Module gridmatmd
[hide private]
[frames] | no frames]

Module gridmatmd

source code


:mod:`gromacs.analysis.plugins.gridmatmd` --- Lipid bilayer analysis helper
===========================================================================

This helper module contains code to drive ``GridMAT-MD.pl``, available
from the `GridMAT-MD`_ home page and written by WJ Allen et al
[Allen2009]_ . The GromacsWrapper distribution comes with version
1.0.2 of ``GridMAT-MD.pl`` and includes a small patch so that it can
accept filenames on the command line.



References
----------

.. [Allen2009]  W. J. Allen, J. A. Lemkul, and D. R. Bevan. (2009) "GridMAT-MD: A
                Grid-based Membrane Analysis Tool for Use With Molecular Dynamics."
                J. Comput. Chem. 30 (12): 1952-1958.

.. _GridMAT-MD: http://www.bevanlab.biochem.vt.edu/GridMAT-MD/index.html

Module contents
---------------

.. autoclass:: GridMatMD
   :members:

.. autoclass:: GridMatData
   :members:
   :inherited-members:

.. autoclass:: Grid2D
   :members: imshow, _midpoints, __add__, __sub__, __mul__, __div__

Classes [hide private]
  GridMatMD
Analysis of lipid bilayers with GridMAT-MD.
  Grid2D
Represents a 2D array with bin sizes.
  GridMatData
Represent GridMatMD data file.