IsotopeInfo¶
- class materials_compendium.utils.IsotopeInfo(isotope_data)[source]¶
Initialize an IsotopeInfo object with isotope data.
- Parameters:
isotope_data (Isotope) – An instance of the Isotope class containing various isotope information.
Example
- isotope_data = Isotope(
WeightPercent=0.011, Isotope=”C-12”, WeightFraction_whole=12.0, IsotopicWeightFraction_whole=13.0, WeightFraction=0.012, Abundance=98.9, IsotopicAtomDensity=0.013, AtomicNumber_whole=6, ZAID=”12000”, AtomFraction=0.014, AtomicNumber=6, IsotopicWeightFraction=0.015, RelativeAtomicMass=12.01, RelativeAtomicMass_whole=12.0, IsotopicAtomFraction=0.016, Abundance_whole=99.0, IsotopicAtomFraction_whole=16.0, AtomFraction_whole=14.0, IsotopicAtomDensity_whole=13.0
) isotope_info = IsotopeInfo(isotope_data)
Methods
Get all available isotope information in a formatted string.