materials_compendium.utils.ElementInfo.get_isotopes

ElementInfo.get_isotopes()[source]

Get information about isotopes associated with the element.

Returns:

str: A formatted string containing information about isotopes.

Example:

print(element_info.get_isotopes()) # Output: “Index: 0

Isotope: C-12, Weight Percent: 0.011, ZAID: 12000

# Index: 1

Isotope: C-13, Weight Percent: …, ZAID: …”