This document is for OpenStructure version 1.8, the latest version is 2.7 !

hbplus - Perform hydrogen bond analysis

HBondList(ent, hbplus_bin=None)

returns a list of HBonds found in the given entity (handle or view)

HBondScore(ent1, ent2, hbplus_bin=None)

returns percentage of hydrogen bonds in ent1 that are also present in ent2 in the range of 0 to 1.

this function is slow as hell, and could be improved drastically by first sorting the hydrogen bond lists by donor residue number.

class HBond(donor, acceptor)

Search

Enter search terms or a module, class or function name.

Contents

Documentation is available for the following OpenStructure versions:

dev / 2.7 / 2.6 / 2.5 / 2.4 / 2.3.1 / 2.3 / 2.2 / 2.1 / 2.0 / 1.9 / (Currently viewing 1.8) / 1.7.1 / 1.7 / 1.6 / 1.5 / 1.4 / 1.3 / 1.2 / 1.11 / 1.10 / 1.1

This documentation is still under heavy development!
If something is missing or if you need the C++ API description in doxygen style, check our old documentation for further information.