How can I get young's modulus using MP API

Hi,

I’d like to get young’s modulus of some materials. I found there are k_vrh, g_vrh and posson ratio in available fileds. But I cannot find young’s modulus or eleastic tensors.

docs = mpr.summary.search(material_ids=[id])
print(docs[0].k_vrh)

How can I get it?

Thanks!!

Try exploring the elasticity endpoint: mpr.elasticity.search.

– Jason

Could you explain how to access it by ‘materials_id’, ‘formula’ or ‘chemsys’?
I cannot find any example of MPRester.search…

Oh… I found it! Thank you!

Is there any reason why Young’s modulus is not included in summary docs?

Thread closed due to inactivity, please open a new thread to address related issues.