Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Workflow notebooks that run simulations.
| [Band Structure (HSE)](other/materials_designer/workflows/band_structure_hse.ipynb) | Band structure with the HSE hybrid functional. |
| [Convergence](other/materials_designer/workflows/convergence.ipynb) | General convergence study. |
| [Surface Energy](other/materials_designer/workflows/surface_energy.ipynb) | Calculate surface formation energy. |
| [Interfacial Energy](other/materials_designer/workflows/interfacial_energy.ipynb) | Calculate interfacial energy γ at a heterostructure. |
| [Valence Band Offset](other/materials_designer/workflows/valence_band_offset.ipynb) | Determine the valence band offset at an interface. |

### `notebooks_utils` — Python Utility Package
Expand Down
4 changes: 2 additions & 2 deletions other/materials_designer/workflows/Introduction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
"### 6.2. Surface Energy\n",
"#### [6.2.1. Surface energy calculation.](surface_energy.ipynb)\n",
"\n",
"### 6.3. Interface Energy\n",
"#### 6.3.1. Interface energy calculation. *(to be added)*\n",
"### 6.3. Interfacial Energy\n",
"#### [6.3.1. Interfacial energy calculation.](interfacial_energy.ipynb)\n",
"\n",
"### 6.4. Zero-Point Energy\n",
"#### [6.4.1. Zero-point energy calculation.](zero_point_energy.ipynb)\n",
Expand Down
Loading
Loading