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

Screening space group (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/altermagnets/space_group
Definition name: space_group

Property name: Screening space group
Description: The space-group display string recorded by the altermagnet screening workflow, served verbatim.
Type: string
Implementation requirements:
- Support: OPTIONAL support in implementations, i.e., MAY be null.

A null value means no space group is recorded for this material.

Examples:

Formats: [JSON] [MD]

JSON definition:

{
    "$id": "https://schemas.anyterial.se/defs/v0.1/properties/altermagnets/space_group",
    "$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
    "title": "Screening space group",
    "x-optimade-type": "string",
    "x-optimade-definition": {
        "kind": "property",
        "version": "0.1.0",
        "format": "1.3",
        "name": "space_group",
        "label": "space_group_altermagnets"
    },
    "x-optimade-unit": "inapplicable",
    "x-optimade-requirements": {
        "support": "may",
        "query-support": "equality only",
        "response-level": "may"
    },
    "type": [
        "string",
        "null"
    ],
    "description": "The space-group display string recorded by the altermagnet screening workflow, served verbatim.\n\nA null value means no space group is recorded for this material.",
    "examples": [
        "P6_3/mmc",
        "P4_2/mnm"
    ]
}