Home | Trees | Indices | Help |
|
---|
|
object --+ | GeomAnalyzerBase --+ | _MaestroAnalysis --+ | HydrogenBondFinder
Find hydrogen bonds present between two sets of atoms. This class wraps around the hbond_module.get_hydrogen_bonds() function. The result is a C{list} of C{tuples}, where each tuple is a pair of L{schrodinger.structure._StructureAtom}s, i.e., (donor, acceptor). Basic usage: ana = HydrogenBondFinder(msys_model, cms_model, aids1, aids2) results = analyze(tr, ana)
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Aug 8 02:52:48 2017 | http://epydoc.sourceforge.net |