Skip to content

Commit

Permalink
Some modifications to the text of the free electron notebook and its …
Browse files Browse the repository at this point in the history
…associated theory notebook.
  • Loading branch information
Taylor-96 committed Oct 5, 2023
1 parent 99c284c commit aa0bb42
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
20 changes: 13 additions & 7 deletions notebook/band-theory/free_electron.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@
"\n",
"**Source code:** https://github.com/osscar-org/quantum-mechanics/blob/master/notebook/band-theory/free_electron.ipynb\n",
"\n",
" The main objective of this notebook is to demonstrate the bandstructure for the\n",
" free-electron model in a periodic lattice.\n",
" The main objective of this notebook is to demonstrate the electronic bandstructure within the free-electron model for a periodic crystalline lattice of a metal.\n",
" \n",
" \n",
"Throughout the notebook, we employ the empty lattice (free-electron) approximation for the electrons in a periodic \n",
"solid system. Using it, we compute and plot the electronic band structure for three \n",
"types of Bravais lattice: simple cubic (SC), face-centered cubic (FCC) and body-centered cubic (BCC). We get the path in reciprocal space for the band structure \n",
"from the <a href=\"https://seekpath.readthedocs.io/en/latest/index.html\">seekpath</a>\n",
"package.\n",
"\n",
"<hr style=\"height:1px;border:none;color:#cccccc;background-color:#cccccc;\" />"
]
Expand All @@ -29,8 +35,8 @@
"source": [
"## **Goals**\n",
"\n",
"* Familiarize oneself with the free-electron model.\n",
"* Examine the electronic band structure of the free electron model for different crystal structures.\n"
"* Familiarize yourself with the free-electron model of a metallic solid.\n",
"* Examine the electronic band structure of the free-electron model for different crystalline structures.\n"
]
},
{
Expand All @@ -52,10 +58,10 @@
" <li> Can you describe the shape of the band structure in the 1st Brillouin zone?\n",
" <details>\n",
" <summary style=\"color: red\">Solution</summary>\n",
" In the free electron model, the dispersion relation between electronic energy and wavevector is given by $E=\\frac{\\hbar^2k^2}{2m}$. Consequently, the shape of the bands is parabolic. \n",
" In the free electron model, the dispersion relation between electronic energy and wavevector is given by $E=\\frac{\\hbar^2k^2}{2m}$. Accordingly, the shape of the bands is parabolic. \n",
" </details> \n",
" </li>\n",
" <li> What properties of a material shall be best captured by the free electron model?\n",
" <li> What properties of a material shall be best captured by the free-electron model?\n",
" <details>\n",
" <summary style=\"color: red\">Solution</summary>\n",
" As the free-electron model neglects the effect of the ionic potential on the electrons, material properties which are primarily dependent on the kinetic energy of the conduction electrons are those which shall be best described by the model.\n",
Expand Down Expand Up @@ -388,7 +394,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
24 changes: 9 additions & 15 deletions notebook/band-theory/theory/theory_free_electron.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
"source": [
"## **Introduction**\n",
" \n",
"Here, we employ the empty lattice approximation for the electrons in a periodic \n",
"solid system. Using it, we compute and plot the electronic band structure for three \n",
"type of cells (simple cubic, FCC and BCC). We get the path for the band structure \n",
"from the <a href=\"https://seekpath.readthedocs.io/en/latest/index.html\">seekpath</a>\n",
"package. "
"This notebook gives a brief overview of the empty lattice approximation (free-electron model) of electrons in a metallic solid."
]
},
{
Expand All @@ -35,13 +31,12 @@
"source": [
"## Empty lattice approximation\n",
"\n",
"In the empty lattice approximation, the electrons move \"freely\" in the \n",
"periodic potential. There is no electron-electron interaction. \n",
"In the empty lattice approximation, the electrons move \"freely\" in a weak, periodic potential. Electron-electron interactions are neglected.\n",
"The eigenfunctions of the Schrödinger equation for free electrons are:\n",
"\n",
"$$\\large \\psi(\\vec{r}) = e^{i\\vec{k} \\vec{r}}$$ \n",
"\n",
"When $\\vec{k'}$ lies outside the 1st Brillouin zone, the plane wave \n",
"When $\\vec{k}$ lies outside the 1st Brillouin zone, the plane wave \n",
"can be written as:\n",
" \n",
"$$\\large \\psi(\\vec{r}) = e^{i\\vec{k} \\vec{r}}e^{i\\vec{G} \\vec{r}} = e^{i(\\vec{k}+\\vec{G})\\vec{r}}$$ \n",
Expand All @@ -51,7 +46,7 @@
" \n",
"$$\\large E = \\frac{\\hbar^2(\\vec{k}+\\vec{G})^2}{2m}$$\n",
"\n",
"Please read more at the [Wikipedia](https://en.wikipedia.org/wiki/Empty_lattice_approximation)."
"You can read more about this model on [Wikipedia](https://en.wikipedia.org/wiki/Empty_lattice_approximation)."
]
},
{
Expand All @@ -74,12 +69,11 @@
" band structure. Adpoted from Wikipedia</figcaption>\n",
"</div>\n",
" \n",
"Molecular diagrams can present the discrete energy levels for the \n",
"molecular systems. In contrast, solid system always have a very large \n",
"number of the orbitals. It leads to the energy levels to close together. Hence, the energy levels in solid are considered as continuous energy bands.\n",
"Molecular diagrams can represent the discrete energy levels in\n",
"molecular systems. In contrast, solid-state systems always have a macroscopic number of orbitals present. This leads to the energy levels merging together and forming a continuum. Hence, the energy levels in solid are considered to be continuous energy bands.\n",
"\n",
"Since the wavevector is in three dimensions ($k_x$, $k_y$ and $k_z$), \n",
"it is difficult to plot the bands as a function of the wavevector (4 dimensional plotting). Usually, the bands are plotted along the straight lines, which connects high symmetry points (see, e.g. Figure 2).\n",
"Since the wavevector is three dimensional, having components $k_x$, $k_y$ and $k_z$, \n",
"it is difficult to plot the bands as a function of the wavevector. Therefore, the energy bands are typically plotted along straight lines, connecting high symmetry points of the Brillouin zone (see, e.g. Figure 2).\n",
"\n",
"<div style=\"text-align:center\">\n",
"<image src=\"../images/1st_brillouin_zone.svg\" width=\"250\"></image>\n",
Expand Down Expand Up @@ -113,7 +107,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.12"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down

0 comments on commit aa0bb42

Please sign in to comment.