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
211 changes: 0 additions & 211 deletions docs/examples/DoS_Calculation.ipynb

This file was deleted.

396 changes: 355 additions & 41 deletions docs/getting_started/custom_hoppings.ipynb

Large diffs are not rendered by default.

91 changes: 70 additions & 21 deletions docs/getting_started/k_space_hamiltonian.ipynb

Large diffs are not rendered by default.

15 changes: 12 additions & 3 deletions docs/getting_started/obc_vs_pbc.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
},
{
"cell_type": "code",
"execution_count": 11,
"execution_count": null,
"id": "ba16f8e5",
"metadata": {},
"outputs": [],
"source": [
"# Parameters for a ~9.43 degree twist\n",
"# Parameters for around ~9.43 degree twist\n",
"params = {\n",
" \"latticetype\": HexagonalLayer,\n",
" \"ll1\": 3, \"ll2\": 4, \"ul1\": 4, \"ul2\": 3,\n",
Expand Down Expand Up @@ -216,7 +216,7 @@
"source": [
"## 5. Spectrum Comparison\n",
"\n",
"The choice of boundary conditions significantly affects the energy eigenvalues. OBC introduces \"edge states\" that may appear in gaps where the bulk (PBC) system has no states."
"The choice of boundary conditions significantly affects the energy eigenvalues. For example in a toplogically non trivial system [1] OBC introduces \"edge states\" that may appear in gaps where the bulk (PBC) system has no states."
]
},
{
Expand Down Expand Up @@ -268,6 +268,15 @@
"This demonstrates how boundary conditions control whether you simulate a finite system or an infinite periodic system."
]
},
{
"cell_type": "markdown",
"id": "7a3805ea",
"metadata": {},
"source": [
"## References\n",
"1. Physics with Coffee and Doughnuts: Understanding the Physics Behind Topological Insulators Through Su-Schrieffer-Heeger Model, Batra, Navketan and Sheet, Goutam, 10.1007/s12045-020-0995-x"
]
},
{
"cell_type": "markdown",
"id": "85501f0f",
Expand Down
369 changes: 369 additions & 0 deletions docs/theory/DoS_Calculation.ipynb

Large diffs are not rendered by default.