Skip to main content

Module distribution

Module distribution 

Source
Expand description

Chain length distribution models for polydisperse polymer ensembles.

Each distribution implements ChainLengthDistribution and can sample repeat-unit counts given target Mn, PDI, and repeat-unit molar mass.

Re-exports§

pub use flory::Flory;
pub use log_normal::LogNormal;
pub use schulz_zimm::SchulzZimm;

Modules§

flory
log_normal
schulz_zimm

Traits§

ChainLengthDistribution
A distribution that can sample chain lengths (as repeat-unit counts).