Skip to content

Commit

Permalink
chore: clarify
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed May 9, 2024
1 parent d80c2b7 commit 3e51a12
Showing 1 changed file with 5 additions and 4 deletions.
Expand Up @@ -36,7 +36,8 @@
"source": [
"## 1. Set Input Parameters\n",
"\n",
"### 1.1. Set Substrate and Layer Parameters "
"### 1.1. Set Substrate and Layer Parameters \n",
"Additionally, specify if the termination selection is done using interactive prompt, or the via selecting the termination index in the code."
]
},
{
Expand Down Expand Up @@ -182,8 +183,8 @@
"from mat3ra.made.tools.build import init_interface_builder\n",
"\n",
"interface_builder = init_interface_builder(\n",
" materials[0],\n",
" materials[1],\n",
" substrate=materials[0],\n",
" layer=materials[1],\n",
" settings=interface_settings\n",
")"
],
Expand Down Expand Up @@ -358,7 +359,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### 6.3. Pass data to the outside runtime\n"
"### 6.3. Pass data to the outside runtime"
]
},
{
Expand Down

0 comments on commit 3e51a12

Please sign in to comment.