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/is_chiral
Definition name: is_chiral
Property name: is chiral
Description: Boolean flag indicating whether the space group is chiral.
Type: boolean
Examples:
truefalseJSON definition:
{
"$id": "https://schemas.anyterial.se/defs/v0.1/properties/spacegroups/is_chiral",
"$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
"title": "is chiral",
"x-optimade-type": "boolean",
"x-optimade-definition": {
"kind": "property",
"version": "0.1.0",
"format": "1.3",
"name": "is_chiral",
"label": "is_chiral_spacegroups"
},
"type": [
"boolean",
"null"
],
"description": "Boolean flag indicating whether the space group is chiral.",
"x-optimade-unit": "inapplicable",
"examples": [
true,
false
]
}