aim2dat.utils.element_properties¶
Module to retrieve physical and chemical properties of elements.
Module Contents¶
Functions¶
|
Return atomic mass of the element from the atomic number, element symbol or name. |
|
Return atomic number of the element from element symbol or name. |
|
Return the covalent or van der Waals radius of the element (imported from ase). |
|
Return the electronegativity of the element. |
|
Return groups that contain the element from the atomic number, element symbol or name. |
|
Return symbol of the element from element number or name. |
|
Return all elements in the group. |
Attributes¶
- aim2dat.utils.element_properties.get_atomic_mass(element)[source]¶
Return atomic mass of the element from the atomic number, element symbol or name.
- aim2dat.utils.element_properties.get_atomic_number(element)[source]¶
Return atomic number of the element from element symbol or name.
-
aim2dat.utils.element_properties.get_atomic_radius(element, radius_type=
'covalent')[source]¶ Return the covalent or van der Waals radius of the element (imported from ase).
-
aim2dat.utils.element_properties.get_electronegativity(element, scale=
'pauling')[source]¶ Return the electronegativity of the element.
- aim2dat.utils.element_properties.get_element_groups(element)[source]¶
Return groups that contain the element from the atomic number, element symbol or name.
- aim2dat.utils.element_properties.get_element_symbol(element)[source]¶
Return symbol of the element from element number or name.
-
aim2dat.utils.element_properties.element_groups =
[]¶
- aim2dat.utils.element_properties.element_groups¶