materials_compendium.utils.ElementInfo.get_all

ElementInfo.get_all()[source]

Get all available element information in a formatted string.

Returns:

A formatted string containing all available element information.

Return type:

str

Example

print(element_info.get_all()) # Output: “Element: Carbon # Id: 42 # ZAID: 12000 # Atomic Mass: 12.01 # Atom Density: 1.5 # Atomic Mass (Whole): 12 # Atom Fraction: 0.014 # Weight Fraction: 0.012 # Atom Fraction (Whole): 14 # Weight Fraction (Whole): 12 # Non Isotopic: False # Isotopes: C-12, C-13, … # Abundances: 98.9”