qmmd.mdsim.hbondAnalysis
Attributes
Functions
|
Plot H-bond analysis from MD simulations. |
Module Contents
- qmmd.mdsim.hbondAnalysis.plot_hbond_analysis(md_path: str, inhibitor_list: List[int] = config.inhibitor_list, num_subplots: int = 6, fig_type: str = 'Hist', save_path: str | None = None, show: bool = True) None[source]
Plot H-bond analysis from MD simulations.
- Parameters:
md_path (str) – Path to the MD data directory.
inhibitor_list (List[int], optional) – List of inhibitor IDs to plot.
num_subplots (int, optional) – Number of subplots.
fig_type ({"Hist", "Line"}, optional) – Type of plot.
save_path (str, optional) – Path to save the plot.
show (bool, optional) – Whether to show the plot.
- qmmd.mdsim.hbondAnalysis.parser