This page documents an OPTIMADE Property Definition. See https://schemas.optimade.org/ for more information.
ID: https://schemas.anyterial.se/defs/v0.1/properties/spacegroups/hm_full_old
Definition name: hm_full_old
Property name: Full Hermann-Mauguin symbol in old notation
Description: The older full Hermann-Mauguin symbol retained as an alias for symbols superseded by newer e-glide notation.
Type: string
Hermann-Mauguin symbols describe crystallographic space groups using lattice-centering symbols and symmetry-element symbols. The setting-specific fields describe the concrete Hall/International Tables setting of the current record. The *_std fields describe the IT-standard setting for the space-group type and can therefore be identical across multiple settings with the same IT number.
Requirements/Conventions:
Examples:
"A b m 2""C 2 m b"JSON definition:
{
"$id": "https://schemas.anyterial.se/defs/v0.1/properties/spacegroups/hm_full_old",
"$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
"title": "Full Hermann-Mauguin symbol in old notation",
"x-optimade-type": "string",
"x-optimade-definition": {
"kind": "property",
"version": "0.1.0",
"format": "1.3",
"name": "hm_full_old",
"label": "hm_full_old_spacegroups"
},
"type": [
"string",
"null"
],
"description": "The older full Hermann-Mauguin symbol retained as an alias for symbols superseded by newer `e`-glide notation.\n\nHermann-Mauguin symbols describe crystallographic space groups using lattice-centering symbols and symmetry-element symbols. The setting-specific fields describe the concrete Hall/International Tables setting of the current record. The `*_std` fields describe the IT-standard setting for the space-group type and can therefore be identical across multiple settings with the same IT number.\n\n**Requirements/Conventions**:\n\n- The plain string form uses spaces between symbol parts where this is needed for unambiguous parsing.\n- Older-symbol fields are present only where an older International Tables form is retained for comparison or aliasing.",
"x-optimade-unit": "inapplicable",
"examples": [
"A b m 2",
"C 2 m b"
]
}