Module ops

Module ops 

Source
Expand description

Operations on molecular data.

Re-exports§

pub use transform::align_coords_bytes;
pub use transform::align_to_reference;
pub use transform::centroid;
pub use transform::extract_backbone_segments;
pub use transform::extract_ca_from_chains;
pub use transform::extract_ca_positions;
pub use transform::kabsch_alignment;
pub use transform::kabsch_alignment_with_scale;
pub use transform::transform_entities;
pub use transform::transform_entities_with_scale;

Modules§

codec
Wire formats (COORDS01, ASSEM01), their types, and assembly helpers. Binary wire formats, their type definitions, and entity bridge.
transform
Transformation utilities: extraction and alignment.