metallurgy.generate.binary(elements: list | str, step: Number = 0.5, property_name: str | None = None, crystal_structure: str | None = None)[source]

Generate a set of binary alloys in a particular elemental composition-space.

Parameters:
elements: list | str

The elements of the composition-space.

step: Number = 0.5

The percentage step between alloys in the composition-space.

property_name: str | None = None

A property to calculate for all alloys in the set generated.


Last update: Jun 08, 2023