You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for your great work! I am trying to fetch the data from the Materials Project database based on the mp-ids that you provided. I am wondering if the mp-ids that you provided are materials id or task id?
I tried
MPRester().get_structure_by_material_id(id)
but a lot of the ids in your csv files return void responses. Then I tried
Thanks for the question. I used materials ids. Unfortunately, Materials Project retired some of their old materials ids over the past few years. It is difficult to get the exact dataset used in the CGCNN paper that I downloaded in 2017. If you want to benchmark your algorithm against CGCNN, I'd recommend to create your own dataset with the latest Materials Project data. You should get similar results.
Hi,
Thank you for your great work! I am trying to fetch the data from the Materials Project database based on the mp-ids that you provided. I am wondering if the mp-ids that you provided are materials id or task id?
I tried
MPRester().get_structure_by_material_id(id)
but a lot of the ids in your csv files return void responses. Then I tried
and it worked. I want to ask if this is the correct way of fetching the dataset.
Thank you
The text was updated successfully, but these errors were encountered: