Anyterial
Note: prerelease version v0.1, subject to change

Number of coset representatives (property)

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_coset_representatives
Definition name: n_coset_representatives

Property name: Number of coset representatives
Description: Number of nontrivial coset representatives retained after deduplication modulo the space group.
Type: integer

This count is taken before metric-compatibility filtering, so it MAY exceed the length of the stored symops list of the containing record.

Examples:

Formats: [JSON] [MD]

JSON definition:

{
    "$id": "https://schemas.anyterial.se/defs/v0.1/properties/transformations/n_coset_representatives",
    "$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
    "title": "Number of coset representatives",
    "x-optimade-type": "integer",
    "x-optimade-definition": {
        "kind": "property",
        "version": "0.1.0",
        "format": "1.3",
        "name": "n_coset_representatives",
        "label": "n_coset_representatives_transformations"
    },
    "type": [
        "integer",
        "null"
    ],
    "description": "Number of nontrivial coset representatives retained after deduplication modulo the space group.\n\nThis count is taken before metric-compatibility filtering, so it MAY exceed the length of the stored `symops` list of the containing record.",
    "x-optimade-unit": "inapplicable",
    "examples": [
        47,
        23
    ]
}