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

Number of orthogonal 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_orthogonal_cosets
Definition name: n_orthogonal_cosets

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

This value MUST equal the length of the orthogonal_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_orthogonal_cosets",
    "$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
    "title": "Number of orthogonal cosets",
    "x-optimade-type": "integer",
    "x-optimade-definition": {
        "kind": "property",
        "version": "0.1.0",
        "format": "1.3",
        "name": "n_orthogonal_cosets",
        "label": "n_orthogonal_cosets_transformations"
    },
    "type": [
        "integer",
        "null"
    ],
    "description": "Number of orthogonal affine normalizer coset representatives stored for the setting.\n\nThis value MUST equal the length of the `orthogonal_affine_normalizer_cosets` list of the containing record.",
    "x-optimade-unit": "inapplicable",
    "examples": [
        47,
        23
    ]
}