Hello all,
When looking at material, for example, mp-753537, and getting the material doc for it:
mat_doc = mpr.materials.search('mp-753537')[0]
I see that it has the following task_ID: mp-1363005
. I also see that the mat_doc has a structure with 14 sites:
len(mat_doc.structure)
When looking at the task_doc for ID mp-1363005
task_doc = mpr.materials.tasks.search('mp-1363005')[0]
I see that it has a structure with 28 sites:
len(task_doc.output.structure)
Could you explain the discrepancy? Is it because at the materials level the structure is made as the conventional standard structure? If so, does it use the Spacegroup Analyzer from PMG to do this? And why was the task using a slightly larger structure?
Thank you!