Open alexsquires opened 2 years ago
This is an issue with periodic boundary conditions. I think each atom can only appear in a specific polyhedron once. So if your polyhedra wrap across PBCs and include the same atom twice the current algorithm only reports that atom once.
given a structure (cif format)
if I assign polyhedra in this structure using the recipe
The polyhedra are incorrectly assigned as being 5 coordinate, but if I make a supercell of this structure, they all come out as six coordinate - they should all be found as octahedra in both structures
Here's an mwe: