Skip to content

Commit

Permalink
Update schema.yml with dp/dprot
Browse files Browse the repository at this point in the history
  • Loading branch information
mlund committed Jul 2, 2024
1 parent e890321 commit ce76d46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce76d46

Please sign in to comment.