qmmd.mdsim.SCbondDist
Attributes
Functions
|
Plot side chain bond distance analysis from MD simulations. |
Module Contents
- qmmd.mdsim.SCbondDist.plot_sc_bond_dist(md_path: str, system_type: str = 'noncov', inhibitor_list: List[int] = config.inhibitor_list, num_subplots: int = 6, fig_type: str = 'Line', save_path: str | None = None, show: bool = True) None[source]
Plot side chain bond distance analysis from MD simulations.
- Parameters:
md_path (str) – Path to the MD data directory.
system_type ({"cov", "noncov"}, optional) – Type of system.
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.SCbondDist.parser