cosmolkit-core 0.2.6

Redesigned COSMolKit core with value-style molecule state and explicit topology operation contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! Chemistry algorithms over the core molecule model.
//!
//! These modules compute or transform chemical state, but public mutation of an
//! existing `Molecule` still routes through registered operations.

pub mod aromaticity;
pub mod atropisomer;
pub mod coordinates;
pub mod distgeom;
pub mod forcefield;
pub mod hydrogens;
pub mod kekulize;
pub mod mol_transforms;
pub mod rings;
pub mod stereo;
pub mod stereo_enumerate;
pub mod valence;