Trees | Indices | Help |
|
---|
|
object --+ | GridMatMD
Analysis of lipid bilayers with GridMAT-MD.
It requires a configuration file and a list of structure files (gro or pdb) as input. See the documentation (pdf_) for the format of the config file. Note that the *bilayer* keyword will be ignored in the config file.
.. _pdf: http://www.bevanlab.biochem.vt.edu/GridMAT-MD/doc/GridMAT-MD_ug_v1.0.2.pdf
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
pNX = re.compile("There are (?P<NX>\d+) grid points in the X d
|
|||
pNY = re.compile("There are (?P<NY>\d+) grid points in the Y d
|
|||
pTOP = re.compile('The top leaflet "thickness" will be printed
|
|||
pAVG = re.compile('The average bilayer "thickness" will be pri
|
|||
pBOT = re.compile('The bottom leaflet "thickness" will be prin
|
|
|||
Inherited from |
|
Set up GridMAT-MD analysis. :Arguments: *config* : filename input file for GridMAT-MD (see docs) *filenames* : list or glob-pattern list of gro or pdb files, or a glob pattern that creates such a list
|
Run GridMAT-MD on a single *frame* and return results. :Arguments: *frame* is a filename (gro or pdb) :Returns: a dict of :class:`GridMapData` objects; the keys are "top", "bottom", "average" |
|
pNX
|
pNY
|
pTOP
|
pAVG
|
pBOT
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:59:35 2010 | http://epydoc.sourceforge.net |