From ce76d4609aeb70f424e2dca10037c9184f4c3893 Mon Sep 17 00:00:00 2001 From: Mikael Lund Date: Tue, 2 Jul 2024 10:58:01 +0200 Subject: [PATCH] Update schema.yml with dp/dprot --- docs/schema.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/schema.yml b/docs/schema.yml index e984457b6..b51230367 100644 --- a/docs/schema.yml +++ b/docs/schema.yml @@ -775,6 +775,8 @@ properties: minItems: 3 maxItems: 3 default: [1,1,1] + dp: {type: number, minimum: 0.0, description: "default translational displacement", default: 0.0} + dprot: {type: number, minimum: 0.0, description: "default rotational displacement", default: 0.0} required: [molecule] additionalProperties: false type: object