Пример #1
0
 def construct_abstract_geometry(self):
     """
     Returns the polyhedron as a ``pymatgen`` :obj:`AbstractGeometry` object.
     """
     return AbstractGeometry(
         central_site=self.central_atom.coords,
         bare_coords=self.minimum_image_vertex_coordinates(),
         include_central_site_in_centroid=False)