Element¶
- class materials_compendium.parse.Element(WeightFraction_whole, NonIsotopic, Element, WeightFraction, AtomicMass, ZAID, AtomFraction, AtomDensity_whole, AtomFraction_whole, id, Isotopes, AtomDensity, AtomicMass_whole, Abundances)[source]¶
Represents an element with various attributes related to its properties.
- WeightFraction_whole¶
Weight fraction of the element as a whole number.
- Type:
float
- NonIsotopic¶
Whether the element is non-isotopic.
- Type:
bool
- Element¶
The name or identifier of the element.
- Type:
str
- WeightFraction¶
Weight fraction of the element.
- Type:
float
- AtomicMass¶
Atomic mass of the element.
- Type:
float
- ZAID¶
ZAID (unique identifier) of the element.
- Type:
str
- AtomFraction¶
Atom fraction of the element.
- Type:
float
- AtomDensity_whole¶
Atom density of the element as a whole number.
- Type:
float
- AtomFraction_whole¶
Atom fraction of the element as a whole number.
- Type:
float
- id¶
Identifier of the element.
- Type:
str
- AtomDensity¶
Atom density of the element.
- Type:
float
- AtomicMass_whole¶
Atomic mass of the element as a whole number.
- Type:
float
- Abundances¶
Abundances of the element.
- Type:
str
Methods
Create an Element object from a dictionary representation.