AtomicElement
This class represents an atomic element and provides access to its properties as
attributes. Atomic properties are immutable and predefined during the
initialization of goupil.
Constructor
- class AtomicElement(arg: int | str)
To create an instance of the desired element, use either its atomic number (as an
int) or its symbol (as astr). For instance,>>> goupil.AtomicElement("H") H
See also
The elements function offers an alternative method for instantiating multiple atomic elements at once.
Attributes
- AtomicElement.A: float
The atomic element’s mass number. For instance, hydrogen has a mass number of
1.0087.
Methods
- AtomicElement.electrons() ElectronicStructure
Returns a representation of the element’s electronic structure.