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

Asymmetric unit string (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/spacegroups/asu_str
Definition name: asu_str

Property name: Asymmetric unit string
Description: Plain string rendering of the asymmetric-unit restrictions for the space-group setting.
Type: string

The structured representation in asu is canonical; this string is a rendering for display and quick inspection.

Examples:

Formats: [JSON] [MD]

JSON definition:

{
    "$id": "https://schemas.anyterial.se/defs/v0.1/properties/spacegroups/asu_str",
    "$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
    "title": "Asymmetric unit string",
    "x-optimade-type": "string",
    "x-optimade-definition": {
        "kind": "property",
        "version": "0.1.0",
        "format": "1.3",
        "name": "asu_str",
        "label": "asu_str_spacegroups"
    },
    "type": [
        "string",
        "null"
    ],
    "description": "Plain string rendering of the asymmetric-unit restrictions for the space-group setting.\n\nThe structured representation in `asu` is canonical; this string is a rendering for display and quick inspection.",
    "x-optimade-unit": "inapplicable",
    "examples": [
        "x>=0; x<1; y>=0; y<1; z>=0; z<1",
        "x>=0 [y>=0 [z<=1/2] & y<=1/2 [z<=1/2]]; x<=1/2 [y>=0 [z<=1/2] & y<=1/2 [z<=1/2]]; y>=0; y<1; z>=0; z<1"
    ]
}