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_aliases
Definition name: hm_full_aliases
Property name: Full Hermann-Mauguin symbol aliases
Description: Alternate ASCII forms of hm_full that are accepted for the same generated setting.
Type: list
The preferred symbol is stored in hm_full.
Examples:
["F 23"]["I 23"]JSON definition:
{
"$id": "https://schemas.anyterial.se/defs/v0.1/properties/spacegroups/hm_full_aliases",
"$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
"title": "Full Hermann-Mauguin symbol aliases",
"x-optimade-type": "list",
"x-optimade-definition": {
"kind": "property",
"version": "0.1.0",
"format": "1.3",
"name": "hm_full_aliases",
"label": "hm_full_aliases_spacegroups"
},
"type": [
"array",
"null"
],
"description": "Alternate ASCII forms of `hm_full` that are accepted for the same generated setting.\n\nThe preferred symbol is stored in `hm_full`.",
"x-optimade-unit": "inapplicable",
"examples": [
[
"F 23"
],
[
"I 23"
]
],
"items": {
"x-optimade-type": "string",
"type": [
"string",
"null"
],
"description": "One alternate symbol string.",
"x-optimade-unit": "inapplicable"
}
}