Dataset for high entropy alloys (HEA)

Hi, do you have any dataset that I can use for High entropy alloys?
With properties of Young’s modulus available in the dataset to be exact.
Please advise.Thanks in advance.

Hey there,

You might try the matbench_steels dataset, which contains some alloys - not sure you would consider them high-entropy, as the mol% for each element is sometimes less than 1%, but all of them contain 5+ elements.

You can retrieve it with

from matminer.datasets import load_dataset

df = load_dataset("matbench_steels")