pub struct SchulzZimm;Expand description
Schulz-Zimm (gamma) chain length distribution.
Generalization of the Flory distribution with shape parameter k: k = 1/(PDI − 1), θ = Xn/k
Covers a wide range of dispersities:
- k → ∞ : monodisperse (PDI → 1.0)
- k = 1 : Flory distribution (PDI = 2.0)
- k < 1 : broader than Flory (PDI > 2.0)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SchulzZimm
impl RefUnwindSafe for SchulzZimm
impl Send for SchulzZimm
impl Sync for SchulzZimm
impl Unpin for SchulzZimm
impl UnsafeUnpin for SchulzZimm
impl UnwindSafe for SchulzZimm
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more