//! Physics library.
/// Molecular physics models.
pubmodmolecular;usecrate::math::Scalar;/// The Boltzmann constant in units of J/(molâ‹…K).
pubconstBOLTZMANN_CONSTANT: Scalar =8.314_462_618_153_24;/// Standard room temperature in units of K.
pubconstROOM_TEMPERATURE: Scalar =273.15;