This page documents an OPTIMADE Property Definition. See https://schemas.optimade.org/ for more information.
ID: https://schemas.anyterial.se/defs/v0.1/properties/pointgroups/order
Definition name: order
Property name: Order of the point group
Description: Order of the point group, i.e. the number of operations in the finite point group.
Type: integer
This value MUST equal the length of the symops list of the point-group entry.
Examples:
12JSON definition:
{
"$id": "https://schemas.anyterial.se/defs/v0.1/properties/pointgroups/order",
"$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
"title": "Order of the point group",
"x-optimade-type": "integer",
"x-optimade-definition": {
"kind": "property",
"version": "0.1.0",
"format": "1.3",
"name": "order",
"label": "order_pointgroups"
},
"type": [
"integer",
"null"
],
"description": "Order of the point group, i.e. the number of operations in the finite point group.\n\nThis value MUST equal the length of the `symops` list of the point-group entry.",
"x-optimade-unit": "inapplicable",
"examples": [
1,
2
]
}