Isotope¶
- class materials_compendium.parse.Isotope(WeightPercent, Isotope, WeightFraction_whole, IsotopicWeightFraction_whole, WeightFraction, Abundance, IsotopicAtomDensity, AtomicNumber_whole, ZAID, AtomFraction, AtomicNumber, IsotopicWeightFraction, RelativeAtomicMass, RelativeAtomicMass_whole, IsotopicAtomFraction, Abundance_whole, IsotopicAtomFraction_whole, AtomFraction_whole, IsotopicAtomDensity_whole)[source]¶
Represents an isotope with various attributes related to its properties.
- WeightPercent¶
Weight percent of the isotope.
- Type:
float
- Isotope¶
The name or identifier of the isotope.
- Type:
str
- WeightFraction_whole¶
Weight fraction of the isotope as a whole number.
- Type:
float
- IsotopicWeightFraction_whole¶
Isotopic weight fraction of the
- Type:
float
- isotope as a whole number.
- WeightFraction¶
Weight fraction of the isotope.
- Type:
float
- Abundance¶
Abundance of the isotope.
- Type:
float
- IsotopicAtomDensity¶
Isotopic atom density of the isotope.
- Type:
float
- AtomicNumber_whole¶
Atomic number of the isotope as a whole number.
- Type:
int
- ZAID¶
ZAID (unique identifier) of the isotope.
- Type:
str
- AtomFraction¶
Atom fraction of the isotope.
- Type:
float
- AtomicNumber¶
Atomic number of the isotope.
- Type:
int
- IsotopicWeightFraction¶
Isotopic weight fraction of the isotope.
- Type:
float
- RelativeAtomicMass¶
Relative atomic mass of the isotope.
- Type:
float
- RelativeAtomicMass_whole¶
Relative atomic mass of the isotope as a whole number.
- Type:
float
- IsotopicAtomFraction¶
Isotopic atom fraction of the isotope.
- Type:
float
- Abundance_whole¶
Abundance of the isotope as a whole number.
- Type:
float
- IsotopicAtomFraction_whole¶
Isotopic atom fraction of the isotope as a whole number.
- Type:
float
- AtomFraction_whole¶
Atom fraction of the isotope as a whole number.
- Type:
float
- IsotopicAtomDensity_whole¶
Isotopic atom density of the isotope as a whole number.
- Type:
float
Methods
Create an Isotope object from a dictionary representation.