Skip to content

Commit

Permalink
update: description fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed May 22, 2024
1 parent 35a1632 commit 56125c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions schema/material/interface.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
"source": {
"type": "object",
"properties": {
"slab_config1": {
"slab1_config": {
"$ref": "slab.json"
},
"slab_config2": {
"slab2_config": {
"$ref": "slab.json"
}
}
Expand All @@ -44,7 +44,7 @@
},
"vacuum": {
"type": "number",
"description": "Vacuum spacing added between the interfaces."
"description": "Vacuum spacing added above the second slab."
}
}
},
Expand All @@ -53,7 +53,7 @@
"properties": {
"strain": {
"type": "number",
"description": "Strain induced due to the interface."
"description": "Strain of the second slab."
},
"termination_pair": {
"type": "string",
Expand Down
12 changes: 6 additions & 6 deletions schema/material/slab.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"items": {
"type": "integer"
},
"description": "Miller indices defining the orientation of the slab."
"description": "Miller indices of the slab surface."
},
"thickness": {
"type": "integer",
Expand All @@ -45,21 +45,21 @@
"type": "integer"
}
},
"description": "Matrix to scale the slab in the xy plane."
"description": "Matrix used for creating the xy supercell."
},
"scaling_matrix": {
"straining_matrix": {
"type": "array",
"items": {
"type": "array",
"items": {
"type": "number"
}
},
"description": "Matrix used for scaling the slab."
"description": "Matrix used for straining the slab."
},
"termination": {
"type": "string",
"description": "Type of termination of the slab surface."
"description": "Termination of the slab surface. e.g. 'C_P6/mmm_2'"
}
}
},
Expand All @@ -68,7 +68,7 @@
"properties": {
"strain": {
"type": "number",
"description": "Strain applied to the slab."
"description": "Mean absolute strain applied to the slab."
},
"transformation_matrix": {
"type": "array",
Expand Down

0 comments on commit 56125c6

Please sign in to comment.