Skip to content

Commit

Permalink
chore: minor adjustemtns 2
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed May 15, 2024
1 parent 0736110 commit 70a25e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"\n",
"1. Make sure to select Input Materials\n",
"2. Set Interface Parameters (e.g. `distance_z`, `max_area`, `miller_indices`) below or use the default values\n",
"3. Additionally, specify whether termination is selected using interactive prompt, or the via the variable in the code.\n",
"3. Click \"Run\" > \"Run All Cells\" to run all cells\n",
"4. Wait for the run to complete (depending on the area, it can take 1-2 min or more). Scroll down to view cell results.\n",
"5. Review the strain plot and modify its parameters as needed\n",
Expand Down Expand Up @@ -78,7 +79,7 @@
"\n",
"# Parameters can be set during the class initialization:\n",
"interface_builder_settings = InterfaceSettings(\n",
" distance_z=3.0, # distance between two planes, in Angstroms\n",
" distance_z=3.0, # distance between substrate and layer, in Angstroms\n",
" use_conventional_cell=True, # if True, the surface plane is constructed using miller indices of the conventional cell\n",
")\n",
"\n",
Expand Down

0 comments on commit 70a25e6

Please sign in to comment.