mdadash.backend.analyses.hydrogen_bonds
Number of Hydrogen bonds
Classes
Number of Hydrogen bonds |
- class mdadash.backend.analyses.hydrogen_bonds.HydrogenBonds[source]
Bases:
WidgetBaseNumber of Hydrogen bonds
This widget uses MDAnalysis.analysis.hydrogenbonds.hbond_analysis.HydrogenBondAnalysis to calculate the number of Hydrogen bonds based on donor, hydrogens and acceptor selections. If donors selection is empty, the Universe topology must contain bonding information. If hydrogens selection or acceptors selection is empty, they are guessed and the Universe must contain charge information for this to work.
It is highly recommended that a universe topology with bond information is used, as this is the only way that guarantees the correct identification of donor-hydrogen pairs.
The number of Hydrogen bonds over time in this widget is calculated based on the MDAnalysis Calculating hydrogen bonds example.
- description = 'Number of Hydrogen bonds'
- name = 'Hydrogen bonds'