-
metallurgy.generate.quaternary(elements: list | str, step: Number =
1, min_percent: Number =0, max_percent: Number =100, min_quaternary_percent: Number =0, quaternary_percent_step: Number =25, quaternary_percentages: list[Number] | None =None, property_name: str | None =None, crystal_structure: str | None =None)[source] Generate a set of quaternary alloys.
- Parameters:¶
- elements: list | str¶
The elements of the composition-space.
- step: Number =
1¶ The percentage step between alloys in the composition-space.
- min_percent: Number =
0¶ The minimum percentage of each element in alloys in the composition-space.
- max_percent: Number =
100¶ The maximum percentage of each element in 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