rgpycrumbs.geom.fragment_visualization¶
PyVista-based visualization for molecular fragment analysis.
Renders molecular systems with scalar-coded bond orders using CPK coloring and the batlow colormap from cmcrameri.
Added in version 0.0.6.
Attributes¶
Functions¶
|
Renders the molecular system with scalar-coded bond orders. |
Module Contents¶
- rgpycrumbs.geom.fragment_visualization.visualize_with_pyvista(atoms: ase.atoms.Atoms, method: rgpycrumbs.geom.fragments.DetectionMethod, bond_data: float | numpy.ndarray, nonbond_cutoff: float = 0.05, bond_threshold: float = 0.8, radius_type: str = 'natural') None[source]¶
Renders the molecular system with scalar-coded bond orders.
Added in version 0.0.6.