robocrystallographer icon indicating copy to clipboard operation
robocrystallographer copied to clipboard

coordination environments

Open Huta2018 opened this issue 5 years ago • 1 comments

I use robocrys SiteAnalyzer method to determine the coordination environment of a site in the crystal as follows. bonded_structure = y.get_bonded_structure(structure_from_cif) motif_type = SiteAnalyzer(bonded_structure).get_site_geometry(0)

This method captures many environment types. However why the most common environment type, e.g. trigonal prism is not listed? As, the description of materials in materials project for MoS2 are reported as pentagonal pyramid, why no trigonal prism?

Huta2018 avatar Apr 27 '19 04:04 Huta2018

Hi @Hemnepal

Thanks for positing this issue. This is something we are aware of but currently a trigonal order parameter has not been implemented in the local_env module of pymatgen. Once this has been implemented we will update robocrystallographer to support this order parameter.

utf avatar May 29 '19 22:05 utf