Skip to content
Snippets Groups Projects
5_atoms_and_lcao.md 16.57 KiB
from matplotlib import pyplot

import numpy as np

from common import draw_classic_axes, configure_plotting

configure_plotting()

pi = np.pi

Atoms and bonds

(based on chapters 5 and 6.2 of the book)

!!! success "Expected prior knowledge"

Before the start of this lecture, you should be able to:

- Write down the Schrödinger equation
- Compute eigenvectors and eigenvalues of a matrix
- Solve the Schrödinger equation of a bound state with a $δ$-function potential in 1D (for the exercises)
- Write down the quantum numbers of the hydrogen atom
- Describe the orbitals of the hydrogen atom using the quantum numbers

!!! summary "Learning goals"

After this lecture you will be able to:

- Describe the shell-filling model of atoms
- Derive the LCAO model
- Obtain the energy spectrum of the LCAO model of several orbitals

Looking back

So far we have:

  • Introduced the k-space (reciprocal space)
  • Postulated the dispersion relation of free electrons and phonons
  • Calculated the heat capacity of free electrons and phonons