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_unique_candidates
Definition name: n_unique_candidates
Property name: Number of unique candidates
Description: Number of candidate affine operations remaining after exact duplicate removal.
Type: integer
The counted candidate set itself is not stored; this value documents the size of the bounded search.
Examples:
4816JSON definition:
{
"$id": "https://schemas.anyterial.se/defs/v0.1/properties/transformations/n_unique_candidates",
"$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
"title": "Number of unique candidates",
"x-optimade-type": "integer",
"x-optimade-definition": {
"kind": "property",
"version": "0.1.0",
"format": "1.3",
"name": "n_unique_candidates",
"label": "n_unique_candidates_transformations"
},
"type": [
"integer",
"null"
],
"description": "Number of candidate affine operations remaining after exact duplicate removal.\n\nThe counted candidate set itself is not stored; this value documents the size of the bounded search.",
"x-optimade-unit": "inapplicable",
"examples": [
48,
16
]
}