This page documents an OPTIMADE Property Definition. See https://schemas.optimade.org/ for more information.
ID: https://schemas.anyterial.se/defs/v0.1/properties/pointgroups/is_centrosymmetric
Definition name: is_centrosymmetric
Property name: is centrosymmetric
Description: Boolean flag indicating whether the point group contains inversion symmetry.
Type: boolean
Examples:
falsetrueJSON definition:
{
"$id": "https://schemas.anyterial.se/defs/v0.1/properties/pointgroups/is_centrosymmetric",
"$schema": "https://schemas.optimade.org/meta/v1.3/optimade/property_definition.json",
"title": "is centrosymmetric",
"$comment": "Generated from data-generators JSON-LD fields without external definition URLs.",
"x-optimade-type": "boolean",
"x-optimade-definition": {
"kind": "property",
"version": "0.1.0",
"format": "1.3",
"name": "is_centrosymmetric",
"label": "is_centrosymmetric_pointgroups"
},
"type": [
"boolean",
"null"
],
"description": "Boolean flag indicating whether the point group contains inversion symmetry.",
"x-optimade-unit": "inapplicable",
"examples": [
false,
true
]
}