Class HydrogenBondFinder
object --+
|
GeomAnalyzerBase --+
|
_MaestroAnalysis --+
|
HydrogenBondFinder
Find hydrogen bonds present between two sets of atoms. The result is a
list of tuples, where is tuple is a pair of (donor,acceptor) atom indices.
Basic usage:
ana = Com(msys_model, cms_model, 'mol.num 3','(NOT mol.num 3)')
results = analyze(tr, ana)
|
|
__init__(self,
msys_model,
cms_model,
a_asl,
d_asl)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
Inherited from GeomAnalyzerBase:
__call__
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|
__init__(self,
msys_model,
cms_model,
a_asl,
d_asl)
(Constructor)
|
|
x.__init__(...) initializes x; see help(type(x)) for signature
- Parameters:
- Overrides:
object.__init__
|