Skip to content
This repository has been archived by the owner on Aug 27, 2022. It is now read-only.

ICSD compounds returning 'icsd_id' : None #12

Closed
CJBartel opened this issue Apr 26, 2018 · 7 comments
Closed

ICSD compounds returning 'icsd_id' : None #12

CJBartel opened this issue Apr 26, 2018 · 7 comments

Comments

@CJBartel
Copy link

For example, see mp-30158 (Sr3Ga4O9), which appears to have an ICSD number of 51546 according to https://materialsproject.org/materials/mp-30158/. However, the result of a query using the API returns:
"{'icsd_id': None, 'material_id': 'mp-30158', 'pretty_formula': 'Sr3Ga4O9'}".

Another example is mp-1098 (Yb4As3) which shows ICSD IDs 153671 42685 611589 on the site but returns:
"{'icsd_id': None, 'material_id': 'mp-1098', 'pretty_formula': 'Yb4As3'}" when queried.

@shyamd
Copy link
Contributor

shyamd commented Apr 26, 2018

@CJBartel
At some point icsd_id was deprecated in our data pipeline in favor of icsd_ids, which should have all the relevant ICSD IDs.

@CJBartel
Copy link
Author

Ah I see. Makes sense. Thanks for responding so quickly.

@dwinston
Copy link
Member

I've updated our site documentation to reflect this. Thanks.

@shyuep
Copy link
Member

shyuep commented Apr 27, 2018

@dwinston You should also modify the mapidoc.

@jmm10
Copy link

jmm10 commented Dec 31, 2019

Is there a way to only get the structure's actual ICSD number?

@shyuep
Copy link
Member

shyuep commented Dec 31, 2019

Query for "icsd_ids"

@jmm10
Copy link

jmm10 commented Dec 31, 2019

I did, but I get the ICSD numbers of those that are "structurally similar" to the material I look for; is there a way to only get the actual ICSD?
For example:
-material id=mp-20305
-actual ICSD number is 24518
However, "icsd_ids" returns all of the following:
[610682 610687 610699 43974 43360 610683 610697 610694 190415 184924 185083 610689 44845 610686 610700 24518 610684 610698 181197 610685 165462 600849 610695 610701 41444]
Thank you for your help

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants