Trees | Indices | Help |
|
---|
|
analysistool.AnalysisTool --+ | HydrogenBondFinder
A tool to find hydrogen bonds present between two sets of molecules.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
Initialize frame slicing information. The behavior of 'start', 'stop', 'step' is the same as the python built-in range function. That is, 'start' is included in the values to be processed, but 'stop' is not. Only the largest value satisfying 'start' and 'step' that is less than 'stop' will be processed.
|
Collect data for the provided frame.
|
For each frame, return a list of (acceptor, donor) integer tuples, each value being a 1-based atom index into the overall simulation structure. Note that the returned value here is not a numpy array as each frame may have a different number of hydrogen bonds.
|
Return results for all values and frames as a numpy array with the first index across analyses. So, if r = analysis.getResults(), and the analysis instance calculates three values for each frame, then r[0] will be the first value across all frames.
|
Return a set of all hydrogen bonds found by the analysis. Results are in the same form as getFrameResults() - a pair of (acceptor, donor) integers. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:49 2015 | http://epydoc.sourceforge.net |