Skip to content

Commit f000eb5

Browse files
committed
update: add image and explain edge inclusion
1 parent eda2350 commit f000eb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

other/materials_designer/create_grain_boundary_film.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@
3535
"## 1. Prepare the Environment\n",
3636
"### 1.1. Set up the notebook\n",
3737
"Set the following flags to control the notebook behavior\n",
38-
"For more information on the parameters and algorithm, refer to [Grain Boundary Builder Source](https://github.com/Exabyte-io/made/blob/35b9f318f5d667e0f5af023f3178bc4404317ab0/src/py/mat3ra/made/tools/build/grain_boundary/builders.py#L103)\n"
38+
"For more information on the parameters and algorithm, refer to [Grain Boundary Builder Source](https://github.com/Exabyte-io/made/blob/35b9f318f5d667e0f5af023f3178bc4404317ab0/src/py/mat3ra/made/tools/build/grain_boundary/builders.py#L103)\n",
39+
"`EDGE_INCLUSION_TOLERANCE` is a fine-tuning parameter that controls the inclusion of the edge atoms for both orientations in the gap.\n",
40+
"For example of Graphene at 17.9 degrees: orange and green atoms are present with the value of 0.5 Angstroms, with value of 0, they will not be included.\n",
41+
"<img src=\"https://i.imgur.com/QRgotXS.png\" alt=\"Edge Inclusion Tolerance\" width=\"400\"/>\n"
3942
],
4043
"metadata": {
4144
"collapsed": false

0 commit comments

Comments
 (0)