Cannot downlaod data for grain boundaries in the new version of pymatgen #4439
Asif-Iqbal-Bhatti
started this conversation in
General
Replies: 1 comment
-
Hi @Asif-Iqbal-Bhatti if I understand correctly you want to download grain boundary data with the Materials Project API? If this is the case perhaps you should check the API repo as it's separate from the pymatgen repo, something like: from mp_api.client import MPRester
with MPRester() as mpr:
gb_docs = mpr.materials.grain_boundaries.search(
chemsys="Fe",
)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Using the new version of pymatgen it is not allowed to download the elemental grain boundaries data. Even the documentation is missing. Please let me know if somebody has faced this issue. I want the crystal structure and forces to train the data on SevenNet. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions