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/n_centering_translations
Definition name: n_centering_translations
Property name: Number of centering translations
Description: Number of centering translations in the conventional cell of the space-group setting.
Type: integer
When the entry contains a centering_translations list, this value MUST equal its length.
Examples:
12JSON definition:
{
"$id": "https://schemas.anyterial.se/defs/v0.1/properties/spacegroups/n_centering_translations",
"$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
"title": "Number of centering translations",
"x-optimade-type": "integer",
"x-optimade-definition": {
"kind": "property",
"version": "0.1.0",
"format": "1.3",
"name": "n_centering_translations",
"label": "n_centering_translations_spacegroups"
},
"type": [
"integer",
"null"
],
"description": "Number of centering translations in the conventional cell of the space-group setting.\n\nWhen the entry contains a `centering_translations` list, this value MUST equal its length.",
"x-optimade-unit": "inapplicable",
"examples": [
1,
2
]
}