Skip to content

Commit eda2350

Browse files
committed
chore: cleanups 2
1 parent 9975469 commit eda2350

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

other/materials_designer/create_grain_boundary_film.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@
6464
"# Should be less than the expected bond length\n",
6565
"DISTANCE_TOLERANCE = 1.2 # in Angstroms\n",
6666
"\n",
67-
"# How much of the edge region to keep for left material to overlap in the interfacial region. A fine-tuning parameter.\n",
68-
"EDGE_INCLUSION_TOLERANCE = 1.0 # in Angstroms\n",
67+
"# How much to expand inclusion of the edge atoms for both orientations and fill in the gap region.\n",
68+
"# A fine-tuning parameter\n",
69+
"EDGE_INCLUSION_TOLERANCE = 0.5 # in Angstroms\n",
6970
"\n",
7071
"# Visualization parameters\n",
7172
"SHOW_INTERMEDIATE_STEPS = True\n",

0 commit comments

Comments
 (0)