This page documents an OPTIMADE Property Definition. See https://schemas.optimade.org/ for more information.
ID: https://schemas.anyterial.se/defs/v0.1/properties/transformations/n_linear_parts
Definition name: n_linear_parts
Property name: Number of linear parts
Description: Number of distinct linear matrix parts represented in a normalizer or transform table.
Type: integer
Distinctness is determined by exact element-wise comparison of the 3 by 3 matrix parts of the listed operations.
Examples:
24JSON definition:
{
"$id": "https://schemas.anyterial.se/defs/v0.1/properties/transformations/n_linear_parts",
"$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
"title": "Number of linear parts",
"x-optimade-type": "integer",
"x-optimade-definition": {
"kind": "property",
"version": "0.1.0",
"format": "1.3",
"name": "n_linear_parts",
"label": "n_linear_parts_transformations"
},
"type": [
"integer",
"null"
],
"description": "Number of distinct linear matrix parts represented in a normalizer or transform table.\n\nDistinctness is determined by exact element-wise comparison of the 3 by 3 matrix parts of the listed operations.",
"x-optimade-unit": "inapplicable",
"examples": [
2,
4
]
}