moyopy._data#
Classes#
Preference for the setting of the space group. |
|
An entry containing space-group information for a specified hall_number. |
|
Space-group type information. |
|
Magnetic space-group type information. |
Functions#
|
Module Contents#
- class moyopy._data.Setting[source]#
Preference for the setting of the space group.
- class moyopy._data.HallSymbolEntry(hall_number: int)[source]#
An entry containing space-group information for a specified hall_number.
- class moyopy._data.SpaceGroupType(number: int)[source]#
Space-group type information.
- property arithmetic_symbol: str[source]#
Symbol for arithmetic crystal class.
See spglib/moyo for string values.
- property geometric_crystal_class: str[source]#
Geometric crystal class.
See spglib/moyo for string values.
- property crystal_system: str[source]#
Crystal system.
See spglib/moyo for string values.
- property bravais_class: str[source]#
Bravais class.
See spglib/moyo for string values.
- property lattice_system: str[source]#
Lattice system.
See spglib/moyo for string values.
- property crystal_family: str[source]#
Crystal family.
See spglib/moyo for string values.
- class moyopy._data.MagneticSpaceGroupType(uni_number: int)[source]#
Magnetic space-group type information.
- property litvin_number: int[source]#
Serial number in Litvin’s Magnetic group tables.
- moyopy._data.operations_from_number(number: int, *, setting: Setting | None = None) moyopy._base.Operations [source]#