About 3 weeks ago, I saw the suggested substrate for mp-2189 CrSe, but now it’s empty.
Hi @Xianglin_Li, thanks for bringing this to our attention. The data is still in MP and accessible via our python API:
from mp_api.client import MPRester
with MPRester("API_KEY") as mpr:
substrates = mpr.materials.substrates.search(film_id="mp-2189")
but that might be an issue with the website. Tagging @ruoxiyang and @tschaume in case it is.
Hi @Xianglin_Li the substrate section is now fixed, please let us know if you found any other issues. Thanks!!