-
Get the StructureEnvironmentsWhen I follow the Supporting infomation. i meet the problem. Please help==。 se = lgf.compute_structure_environments(maximum_distance_factor=1.41, only_cations=False) |
Beta Was this translation helpful? Give feedback.
Answered by
janosh
Mar 30, 2023
Replies: 1 comment 3 replies
-
Please provide a runnable code snippet that triggers the error. From your screenshot, it looks like you're passing in a |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
janosh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please provide a runnable code snippet that triggers the error. From your screenshot, it looks like you're passing in a
MPRester
MaterialsDoc
rather than aStructure
instance toLocalGeometryFinder
. If yourMaterialsDoc
contains a structure, try passing indoc['structure']
instead.