molcrafts-molrs-core 0.1.0

MolCrafts molecular modeling core library
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! 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 mapping;
pub mod molgraph;
pub mod topology;