Skip to content

Commit fd7af3d

Browse files
committed
chore: fix a mistake
1 parent 74407ba commit fd7af3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

other/materials_designer/create_nanowire.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"cell_type": "code",
3535
"outputs": [],
3636
"source": [
37-
"MILLER_INDICES= (0,0,1) # Miller index of the nanowire direction\n",
37+
"MILLER_INDICES= (0,0,1) # Miller indices of the nanowire direction\n",
3838
"RADIUS = 5.0 # Wire radius in Angstroms\n",
3939
"LENGTH = 30.0 # Wire length in Angstroms\n",
40-
"VACUUM = 10.0 # Vacuum thickness on the sides in Angstrom\n",
40+
"VACUUM = 10.0 # Vacuum thickness on the sides in Angstroms\n",
4141
"ALIGN_ALONG_X = True"
4242
],
4343
"metadata": {

0 commit comments

Comments
 (0)