Skip to content

ENH: Generic castep cell blocks

The ASE CASTEP parser used not to be able to store blocks it didn't understand. Now it will save them as text and print them back out whenever a new CELL file is written from it. In addition, it will parse a SYMMETRY_OPS block and if possible identify the Spacegroup of the system, saving it as such in the Atoms.info dictionary.

Merge request reports