materials_compendium.utils.MolsInfo.get_element

MolsInfo.get_element()[source]

Get the element associated with the molecular data.

Returns:

The element information.

Return type:

str

Example

print(mols_info.get_element()) # Output: “Carbon”