materialsproject / api

New API client for the Materials Project
https://materialsproject.github.io/api/
Other
107 stars 39 forks source link

Add duplicate element checking in `MPRester.get_entries_in_chemsys` #736

Closed mattmcdermott closed 1 year ago

mattmcdermott commented 1 year ago

Quick fix that addresses #735.

Converts the list of user-provided elements to a set so that duplicates are removed.

munrojm commented 1 year ago

Thanks @mattmcdermott!