molcrafts-molrs 0.7.0

Molecular simulation toolkit: core data structures, IO, trajectory analysis, force fields, SMILES, and 3D conformer generation (feature-gated modules)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Molecular system representations: atomistic and coarse-grained entities,
//! topology, the [`MolGraph`](molgraph::MolGraph) molecular graph, element
//! data, and CG mapping.

pub mod atomistic;
pub mod coarsegrain;
pub mod element;
pub mod entity_table;
pub mod graph_hash;
pub mod mapping;
pub mod molgraph;
pub mod topology;