phasesmith 0.3.0

Validated powder-diffraction calculation and refinement library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#![doc = include_str!("mathematics/index.md")]

#[doc = include_str!("mathematics/peak_profiles.md")]
pub mod peak_profiles {}

#[doc = include_str!("mathematics/crystallography.md")]
pub mod crystallography {}

#[doc = include_str!("mathematics/pattern_composition.md")]
pub mod pattern_composition {}

#[doc = include_str!("mathematics/backgrounds.md")]
pub mod backgrounds {}

#[doc = include_str!("mathematics/refinement.md")]
pub mod refinement {}