metallurgy.analyse.find_max(elements: list[str], property_name: str) → tuple[Alloy, Number] | None[source] Finds the maximum value of a property in an alloy system. Parameters:¶ elements: list[str]¶The elements of the alloy system. property_name: str¶The property to find the maximum of. Last update: Jun 08, 2023