Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Homework 1 — From Microscopic Hamiltonians to Emergent Spectra

National Tsing Hua University

Learning objectives

After completing this homework, you should be able to:

  1. translate a Hamiltonian written in bra-ket notation into its matrix representation;

  2. identify translational symmetry and use it to choose a convenient basis;

  3. diagonalize a simple lattice Hamiltonian analytically using Fourier modes;

  4. construct and diagonalize Hamiltonian matrices numerically;

  5. compare analytical predictions with numerical results;

  6. interpret finite-size spectra and understand how the level spacing changes with system size;

  7. investigate how a local breaking of translational symmetry modifies collective spectral properties.

The main conceptual flow of this homework is

Hamiltonianmatrixsymmetryeigenstatesnumericsphysical interpretation\boxed{ \text{Hamiltonian} \rightarrow \text{matrix} \rightarrow \text{symmetry} \rightarrow \text{eigenstates} \rightarrow \text{numerics} \rightarrow \text{physical interpretation} }

Problem 1 — From an operator to a matrix

Although we have not yet formally introduced the tight-binding Hamiltonian, consider the Hamiltonian written in Eq. (11):

H=E0i=1Niiti=1N(ii+1+i+1i),H = E_0\sum_{i=1}^{N}|i\rangle\langle i| - t\sum_{i=1}^{N} \left( |i\rangle\langle i+1| + |i+1\rangle\langle i| \right),

with periodic boundary condition

N+1=1.|N+1\rangle = |1\rangle.

Here, the basis states

{1,2,,N}\{|1\rangle, |2\rangle, \ldots, |N\rangle\}

represent a particle localized on one of the NN sites.

Question

Write down the N×NN\times N matrix representation of HH in the basis

{1,2,,N}.\{|1\rangle, |2\rangle, \ldots, |N\rangle\}.

Your answer should make clear:


Problem 2 — Use symmetry before computation

For the one-dimensional periodic chain, diagonalize the Hamiltonian analytically and show that the eigenvalues take the form

E(k)=E02tcosk.E(k)=E_0-2t\cos k.

Also determine the allowed values of kk.

Hint 1

The system is translationally invariant. Consider restructuring the basis using the Fourier-transformed states

k=1Nj=1Neikjj.|k\rangle = \frac{1}{\sqrt N} \sum_{j=1}^{N} e^{ikj}|j\rangle.

Apply the Hamiltonian to k|k\rangle and determine whether it is an eigenstate.

Hint 2

There are other ways to solve the same eigenvalue problem. For example, you may write the components of an eigenvector as

ψjzj\psi_j \propto z^j

and use the periodic boundary condition to determine the allowed values of zz.

Conceptual question

Why is translational symmetry useful here? In particular, explain why choosing a symmetry-adapted basis is more efficient than directly computing the determinant of a large N×NN\times N matrix.


Problem 3 — Numerical diagonalization and the thermodynamic limit

For simplicity, set

E0=0,t=1.E_0=0, \qquad t=1.

Construct the Hamiltonian numerically for

N=100N=100

and

N=200.N=200.

Diagonalize the matrix numerically and sort the eigenvalues in ascending order,

E1E2EN.E_1 \le E_2 \le \cdots \le E_N.

For each system size, make a plot where:

You may either plot the two spectra separately or show them together in a way that makes comparison easy.

Questions

  1. Does the total bandwidth change significantly when NN is increased from 100 to 200?

  2. What happens to the typical spacing between neighboring energy levels?

  3. Compare your numerical result with the analytical dispersion relation

E(k)=2cosk.E(k)=-2\cos k.

Are the numerical eigenvalues consistent with the analytical prediction?

  1. In the lecture we argued that, if a fixed bandwidth contains an increasing number of states, the characteristic level spacing should decrease as the system size increases. Is your numerical result consistent with this argument?

  2. Estimate how the characteristic level spacing changes when NN is doubled from 100 to 200.


Problem 4 — Breaking translational symmetry locally

We now introduce a local defect by weakening one hopping amplitude.

For the N=100N=100 system, change the hopping between sites 50 and 51 from

t=1t=1

to

t=0.1.t'=0.1.

That is,

t50,51=t51,50=0.1.t_{50,51}=t_{51,50}=0.1.

For the N=200N=200 system, make the corresponding modification between sites 100 and 101:

t100,101=t101,100=0.1.t_{100,101}=t_{101,100}=0.1.

All other hopping amplitudes remain equal to 1.

Numerically diagonalize the modified Hamiltonians and compare the sorted spectra with those of the uniform systems.

Questions

  1. How does the spectrum change after introducing the weak bond?

  2. Is momentum kk still a good quantum number? Explain your answer in terms of translational symmetry.

  3. Does the overall bandwidth change substantially?

  4. Is the relative influence of this single modified bond stronger for N=100N=100 or for N=200N=200?

  5. A single bond is modified out of approximately NN bonds. The fraction of modified bonds therefore scales as

1N.\frac{1}{N}.

What does this suggest about the influence of one local perturbation on global spectral properties in the thermodynamic limit

N?N\rightarrow\infty?
  1. Even if the effect on the global spectrum becomes relatively small as NN increases, does the defect still break translational symmetry exactly? Explain the distinction between these two statements.


Optional extension — Inspect the eigenstates

The eigenvalues tell us only part of the story.

For the uniform periodic chain, choose a few eigenstates and inspect the probability distribution

ψi2|\psi_i|^2

over the lattice sites.

Repeat the same analysis for the system with the weak bond.

Questions

  1. Are the eigenstates of the uniform system spatially extended?

  2. How does the weak bond modify the spatial structure of the eigenstates?

  3. Can the spectrum change only slightly while the eigenvectors change in a more visible way?

This optional exercise illustrates an important principle in condensed matter physics:

The spectrum and the eigenstates contain different physical information.\boxed{ \text{The spectrum and the eigenstates contain different physical information.} }

Summary

This homework connects several central ideas introduced in Week 1.

First, an abstract Hamiltonian can be represented concretely as a matrix,

operator notationmatrix representation.\text{operator notation} \rightarrow \text{matrix representation}.

Second, symmetry can reveal the natural basis of a problem,

translation symmetrymomentum basis.\text{translation symmetry} \rightarrow \text{momentum basis}.

Third, analytical and numerical approaches should agree,

analytical solutionnumerical diagonalization.\text{analytical solution} \leftrightarrow \text{numerical diagonalization}.

Finally, increasing the number of sites makes the spectrum denser while the microscopic hopping scale remains fixed,

NδE.N\uparrow \qquad\Rightarrow\qquad \delta E\downarrow.

The main lesson is that a condensed matter problem should not be approached only as a matrix to diagonalize. One should first ask what structure, symmetry, scale, and physical information are present in the Hamiltonian.