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_short
Definition name: hm_short
Property name: Short Hermann-Mauguin symbol
Description: The setting-specific short Hermann-Mauguin symbol for the space-group setting.
Type: string
This field gives the concise Hermann-Mauguin notation used for the concrete Hall setting represented by the containing record.
It is compatible with OPTIMADE's space_group_symbol_hermann_mauguin.
Examples:
"P 1""C 2"JSON definition:
{
"$id": "https://schemas.anyterial.se/defs/v0.1/properties/spacegroups/hm_short",
"$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
"title": "Short Hermann-Mauguin symbol",
"x-optimade-type": "string",
"x-compatibility": [
"https://schemas.optimade.org/defs/v1.2/properties/optimade/structures/space_group_symbol_hermann_mauguin"
],
"x-optimade-definition": {
"kind": "property",
"version": "0.1.0",
"format": "1.3",
"name": "hm_short",
"label": "hm_short_spacegroups"
},
"type": [
"string",
"null"
],
"description": "The setting-specific short Hermann-Mauguin symbol for the space-group setting.\n\nThis field gives the concise Hermann-Mauguin notation used for the concrete Hall setting represented by the containing record.\nIt is compatible with OPTIMADE's `space_group_symbol_hermann_mauguin`.",
"x-optimade-unit": "inapplicable",
"examples": [
"P 1",
"C 2"
]
}