Skip to content

Commit 45f532c

Browse files
committed
chore: cleanups
1 parent d0bb802 commit 45f532c

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

other/materials_designer/create_point_defect.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"source": [
3030
"## 1. Prepare the Environment\n",
3131
"### 1.1. Set up defects parameters \n",
32-
"Defect Configuration parameters are described in [Defect Configuration](https://github.com/Exabyte-io/made/blob/main/src/py/mat3ra/made/tools/build/defect/configuration.py)."
32+
"Defect Configuration parameters are described in [Defect Configuration](https://github.com/Exabyte-io/made/blob/8196b759242551c77d1791bf5bd2f4150763cfef/src/py/mat3ra/made/tools/build/defect/configuration.py#L102)."
3333
],
3434
"metadata": {
3535
"collapsed": false
@@ -48,6 +48,7 @@
4848
"\n",
4949
"SUPERCELL_MATRIX = [[3, 0, 0], [0, 3, 0], [0, 0, 3]]\n",
5050
"\n",
51+
"# List of dictionaries with defect parameters\n",
5152
"DEFECT_CONFIGS = [\n",
5253
" {\n",
5354
" \"defect_type\": DEFECT_TYPE,\n",
@@ -61,7 +62,7 @@
6162
" # \"defect_type\": \"vacancy\",\n",
6263
" # \"site_id\": 0,\n",
6364
" # },\n",
64-
"] # List of dictionaries with defect parameters"
65+
"]"
6566
],
6667
"metadata": {
6768
"collapsed": false
@@ -156,7 +157,7 @@
156157
"cell_type": "markdown",
157158
"source": [
158159
"## 2. Create the Defect\n",
159-
"### 2.1. Set defect configurations and builder"
160+
"### 2.1. Initialize Configuration and Builder parameters"
160161
],
161162
"metadata": {
162163
"collapsed": false
@@ -207,7 +208,7 @@
207208
{
208209
"cell_type": "markdown",
209210
"source": [
210-
"## 3. Visualize the Defects"
211+
"## 3. Visualize Result(s)"
211212
],
212213
"metadata": {
213214
"collapsed": false

other/materials_designer/specific_examples/defect_creation_point_substitution_graphene.ipynb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"source": [
3030
"## 1. Prepare the Environment\n",
3131
"### 1.1. Set up defects parameters \n",
32-
"Defect Configuration parameters are described in [Defect Configuration](https://github.com/Exabyte-io/made/blob/main/src/py/mat3ra/made/tools/build/defect/configuration.py).\n",
32+
"Defect Configuration parameters are described in [Defect Configuration](https://github.com/Exabyte-io/made/blob/8196b759242551c77d1791bf5bd2f4150763cfef/src/py/mat3ra/made/tools/build/defect/configuration.py#L102).\n",
3333
"\n",
3434
"Note that we use approximate coordinates in crystal coordinates to define the defect positions. The approximate coordinates are used to find the closest site in the crystal to the given coordinates. The approximate coordinates are in the range of [0, 1] for each axis. Adjust the approximate coordinates to place the defect at the desired site in the crystal. Using the visuals provided in the notebook could help in determining the approximate coordinates.\n",
3535
"(Coordinates found using 3D editor in Materials Designer)"
@@ -116,7 +116,8 @@
116116
{
117117
"cell_type": "markdown",
118118
"source": [
119-
"### 1.3. Get input Graphene material"
119+
"### 1.3. Load input material\n",
120+
"In this notebook we will use the material from the `uploads` folder that has a few pre-set materials."
120121
],
121122
"metadata": {
122123
"collapsed": false
@@ -167,7 +168,7 @@
167168
"cell_type": "markdown",
168169
"source": [
169170
"## 2. Create the Defect\n",
170-
"### 2.1. Set defect configurations and builder"
171+
"### 2.1. Initialize Configuration and Builder parameters"
171172
],
172173
"metadata": {
173174
"collapsed": false
@@ -218,7 +219,7 @@
218219
{
219220
"cell_type": "markdown",
220221
"source": [
221-
"## 3. Visualize the Defects"
222+
"## 3. Visualize Result(s)"
222223
],
223224
"metadata": {
224225
"collapsed": false

0 commit comments

Comments
 (0)