materialsproject / api

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

Query ICSD entry only. #857

Closed Jeff-oakley closed 9 months ago

Jeff-oakley commented 9 months ago

How can the new api query ICSD only entries? It seems that such criterion is not available in MPRester, which is available in the old version.

munrojm commented 9 months ago

You can query with theoretical=False as an argument to mpr.summary.search.

Jeff-oakley commented 9 months ago

Thanks. That helps