asr.structureinfo¶
Summary¶
This is the documentation for asr.structureinfo
-recipe.
This recipe is comprised of a single instruction, namely:
Run this recipe through the CLI interface
$ asr run asr.structureinfo
or as a python module
$ python -m asr.structureinfo
Detailed description¶
Structural information.
Steps¶
asr.structureinfo¶
- asr.structureinfo.main(atoms)[source]¶
Get structural information of atomic structure.
This recipe produces information such as the space group and magnetic state properties that requires only an atomic structure. This recipes read the atomic structure in structure.json.
- Parameters
atoms (ase.atoms.Atoms) –
- Return type