-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
task type missing from api call #871
Comments
I looked a bit more carefully at the output of Here's an example
|
@munrojm any ideas on this? |
@bernstei yes, sorry for the delayed response. The task schema is a little confusing, and doesn't always contain a granular description of the calculation since it is essentially just the parsed raw data. Additionally, the task collection is the only one where the schema is not fully consistent due to continuous additions from a decade of DFT calculations. For a detailed description of the type, you might want to pull the materials document that contains that task. You can search on |
Thanks. I was able to extract the task type from the material record and match it to the corresponding task data. |
When I retrieve task mp-1591459 via the API using
and check the output for "NSCF", I get nothing (other tasks IDs do contain a top level
task_type
field with apparently meaningful info):However, when I use the web interface to the tasks at https://next-gen.materialsproject.org/materials/mp-12751/tasks/mp-1591459 I get the attached screenshot, which indicates that it's a
GGA NSCF Uniform
task type. Why is this information missing from the API call's results?The text was updated successfully, but these errors were encountered: