atomistics.workflows.elastic.symmetry.ase_to_spglib#
- atomistics.workflows.elastic.symmetry.ase_to_spglib(structure: Atoms) tuple[source]#
Translate ASE to spglib cell. The format is a tuple of (basis vectors, atomic points, types). The implementation here follows the doc from this page: spglib/spglib#files
TODO: Optional vectors should be available.