Downloading DOS from Material Project

I am finding that there are DOS plots in Material Project database. Is it possible to download the VASP output files of DOS (DOSCAR) from the database? Or, is there any other method (like Pymatgen) to get the raw data? Thank You.

Hi @Dilanga_Siriwardane,

You can use the get_dos_by_material_id method of the MPRester to obtain the raw DOS data parsed from the DOSCAR file.

– Jason

Thank you so much.