materials_compendium.utils.Material.get_mols

Material.get_mols()[source]

Get information about mols associated with the material.

Returns:

A formatted string containing information about mols.

Return type:

str

Example

print(material.get_mols()) # Output: “Mols: 100, Isotopes: H1, C12, O16”