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