| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
__metaclass__ type(object) -> the object's type type(name, bases, dict) -> a new type |
|||
|
_FFIOSubBlockProperty A dictionary of ffio sub-block properties. |
|||
|
_FFIOSubBlockMeta A meta-class to different ffio sub block type classses. |
|||
|
_FFIOSubBlock A class to make access of ffio sub-block properties more pythonic. |
|||
|
_FFIOSite A class to make access of mmffio site properties more pythonic. |
|||
|
_FFIOBond A class to make access of mmffio bond properties more pythonic. |
|||
|
_FFIOAngle A class to make access of mmffio angle properties more pythonic. |
|||
|
_FFIODihedral A class to make access of mmffio dihedral properties more pythonic. |
|||
|
_FFIOExclusion A class to make access of mmffio exclusion properties more pythonic. |
|||
|
_FFIOPair A class to make access of mmffio pair properties more pythonic. |
|||
|
_FFIOVdwtype A class to make access of mmffio vdwtype properties more pythonic. |
|||
|
_FFIOVdwtypescombined A class to make access of mmffio vdwtype properties more pythonic. |
|||
|
_FFIORestraint A class to make access of mmffio restraint properties more pythonic. |
|||
|
_FFIOVirtual A class to make access of mmffio virtual properties more pythonic. |
|||
|
_FFIOPseudo A class to make access of mmffio pseudo properties more pythonic. |
|||
|
_FFIOConstraint A class to make access of mmffio constraint properties more pythonic. |
|||
|
_FFIOPosFBHW A class to make access of mmffio position flat bottom properties more pythonic. |
|||
|
_FFIOAngleFBHW A class to make access of mmffio angle flat bottom properties more pythonic. |
|||
|
_FFIOImproperFBHW A class to make access of mmffio improper flat bottom properties more pythonic. |
|||
|
_FFIOStretchFBHW A class to make access of mmffio stretch flat bottom properties more pythonic. |
|||
| _FFIOSubBlockContainer | |||
| _FFIOSiteContainer | |||
| _FFIOBondContainer | |||
| _FFIOAngleContainer | |||
| _FFIODihedralContainer | |||
| _FFIOExclusionContainer | |||
| _FFIOPairContainer | |||
| _FFIOVdwtypeContainer | |||
| _FFIOVdwtypescombinedContainer | |||
| _FFIORestraintContainer | |||
| _FFIOVirtualContainer | |||
| _FFIOPseudoContainer | |||
| _FFIOConstraintContainer | |||
| _FFIOPosFBHWContainer | |||
| _FFIOAngleFBHWContainer | |||
| _FFIOImproperFBHWContainer | |||
| _FFIOStretchFBHWContainer | |||
|
_ElementProperty A dictionary of other_block element based properties. |
|||
|
_FFIOElementProperty hash(x) |
|||
| _Element | |||
|
_FFIOElement hash(x) |
|||
| _OtherBlock | |||
|
_FFIOOtherBlock hash(x) |
|||
|
_OtherBlockContainer The class to provide access to other block instances. |
|||
| _FFIOOtherBlockContainer | |||
|
_FFIOProperty A dictionary of ffio properties, with all dict methods. |
|||
|
_FFIO A class to make access of ffio block pythonic. |
|||
|
_FEPIOElementProperty hash(x) |
|||
|
_FEPIOElement hash(x) |
|||
|
_FEPIOOtherBlock hash(x) |
|||
| _FEPIOOtherBlockContainer | |||
|
_FEPIOSubBlockProperty A dictionary of fepio sub-block properties. |
|||
|
_FEPIOSubBlock A class to make access of fepio sub-block properties more pythonic. |
|||
|
_FEPIOSubBlockMeta A meta-class to different fepio sub block type classses. |
|||
|
_FEPIOAtomMap hash(x) |
|||
|
_FEPIOBondMap hash(x) |
|||
|
_FEPIOAngleMap hash(x) |
|||
|
_FEPIODihedMap hash(x) |
|||
|
_FEPIOExclMap hash(x) |
|||
|
_FEPIOPairMap hash(x) |
|||
| _FEPIOSubBlockContainer | |||
| _FEPIOAtomMapContainer | |||
| _FEPIOBondMapContainer | |||
| _FEPIOAngleMapContainer | |||
| _FEPIODihedMapContainer | |||
| _FEPIOExclMapContainer | |||
| _FEPIOPairMapContainer | |||
|
_FEPIOProperty A dictionary of fepio properties, with all dict methods. |
|||
|
_FEPIO A class to make access of fepio block pythonic. |
|||
|
FFIOStructure Class to create python interface to force field data. |
|||
|
CMSReader A class for reading structures from a CMS format file. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__doc__ =
|
|||
ffio_sub_block_prop_links = {'site': {'s_ffio_type': ['type',
|
|||
ffio_block_names = {'site': 'site', 'bond': 'bond', 'angle': '
|
|||
prop_type_names = {"s": "string", "i": "int", "r": "real", "b"
|
|||
fepio_sub_block_prop_links = {'atommap': {'i_fepio_ai': ['ai',
|
|||
fname = "md_test.cms"
|
|||
struc = [e for e in CMSReader(fname)]
|
|||
ct = merge_ct(struc [2], struc [3])
|
|||
|
|||
Function to get short names of properties. It is picked from the ffio_sub_block_prop_links dict if avaiable, else deduced from property name |
Function to get mmffio getter method of properties. It is picked from the ffio_sub_block_prop_links dict if avaiable, else deduced from property name |
Function to get mmffio setter method of properties. It is picked from the ffio_sub_block_prop_links dict if avaiable, else deduced from property name |
Function to get short names of properties. It is picked from the fepio_sub_block_prop_links dict if avaiable, else deduced from property name |
Function to get mmfepio getter method of properties. It is picked from the fepio_sub_block_prop_links dict if avaiable, else deduced from property name |
Function to get mmfepio setter method of properties. It is picked from the fepio_sub_block_prop_links dict if avaiable, else deduced from property name |
|
|||
__doc__
|
ffio_sub_block_prop_links
|
ffio_block_names
|
prop_type_names
|
fepio_sub_block_prop_links
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:15 2015 | http://epydoc.sourceforge.net |