metallurgy.analyse.find_unique_elements(alloys: list[Alloy]) list[str][source]

Finds the unique elements in a list of alloy compositions.

Parameters:
alloys: list[Alloy]

List of alloys in which to find the unique elements.


Last update: Jun 08, 2023