\n", - " The 1st Brillouin zone of the selected cell is shown on the left. \n", - " The path along which the band structure is calculated is indicated with blue vectors and sampled\n", - " k-points are shown with red dots.\n", - " \n", - " The figure on the right shows the calculated band structure. \n", - " \n", - " We provide three kinds of cell structure: simple cubic, \n", - " face-centered cubic (FCC) and body-centered cubic (BCC). Use the radio \n", - " button to select the cell type. The number of k-points and G-vector ranges \n", - " can be tuned with the sliders.\n", - "
\n", - " " + "The 1st Brillouin zone of the selected cell is shown on the left. The path along which the band structure is calculated is indicated with blue vectors and sampled\n", + "k-points are shown with red dots.\n", + "\n", + "The figure on the right shows the calculated band structure. \n", + "\n", + "We provide three kinds of cell structure: simple cubic, \n", + "face-centered cubic (FCC) and body-centered cubic (BCC). Use the radio \n", + "buttons to select the cell type (note that there may be a delay while the figure is updated).\n" ] }, { @@ -410,7 +404,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.12" + "version": "3.10.9" } }, "nbformat": 4, diff --git a/notebook/band-theory/theory/theory_free_electron.ipynb b/notebook/band-theory/theory/theory_free_electron.ipynb index 05c9799..6a0a7b6 100644 --- a/notebook/band-theory/theory/theory_free_electron.ipynb +++ b/notebook/band-theory/theory/theory_free_electron.ipynb @@ -34,14 +34,14 @@ "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", + "$$\\large \\psi(\\vec{r}) = e^{i\\vec{k} \\cdot \\vec{r}}$$ \n", "\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", + "$$\\large \\psi(\\vec{r}) = e^{i\\vec{k}\\cdot \\vec{r}}e^{i\\vec{G} \\cdot\\vec{r}} = e^{i(\\vec{k}+\\vec{G})\\cdot \\vec{r}}$$ \n", " \n", - "where, $\\vec{k}$ vector is inside the first Brillouin zone and $\\vec{G}$ \n", + "where $\\vec{k}$ vector is inside the first Brillouin zone and $\\vec{G}$ \n", "is a reciprocal lattice vector. The dispersion is:\n", " \n", "$$\\large E = \\frac{\\hbar^2(\\vec{k}+\\vec{G})^2}{2m}$$\n", @@ -107,7 +107,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.10.12" + "version": "3.10.9" } }, "nbformat": 4,