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

Number of cosets (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_cosets
Definition name: n_cosets

Property name: Number of cosets
Description: Number of affine normalizer coset representatives stored for the setting.
Type: integer

This value MUST equal the length of the affine_normalizer_cosets list of the containing record.

Examples:

Formats: [JSON] [MD]

JSON definition:

{
    "$id": "https://schemas.anyterial.se/defs/v0.1/properties/transformations/n_cosets",
    "$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
    "title": "Number of cosets",
    "x-optimade-type": "integer",
    "x-optimade-definition": {
        "kind": "property",
        "version": "0.1.0",
        "format": "1.3",
        "name": "n_cosets",
        "label": "n_cosets_transformations"
    },
    "type": [
        "integer",
        "null"
    ],
    "description": "Number of affine normalizer coset representatives stored for the setting.\n\nThis value MUST equal the length of the `affine_normalizer_cosets` list of the containing record.",
    "x-optimade-unit": "inapplicable",
    "examples": [
        63,
        31
    ]
}