Homework 1 — From Microscopic Hamiltonians to Emergent Spectra
Learning objectives¶
After completing this homework, you should be able to:
translate a Hamiltonian written in bra-ket notation into its matrix representation;
identify translational symmetry and use it to choose a convenient basis;
diagonalize a simple lattice Hamiltonian analytically using Fourier modes;
construct and diagonalize Hamiltonian matrices numerically;
compare analytical predictions with numerical results;
interpret finite-size spectra and understand how the level spacing changes with system size;
investigate how a local breaking of translational symmetry modifies collective spectral properties.
The main conceptual flow of this homework is
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):
with periodic boundary condition
Here, the basis states
represent a particle localized on one of the sites.
Question¶
Write down the matrix representation of in the basis
Your answer should make clear:
the diagonal matrix elements;
the nearest-neighbor hopping matrix elements;
the matrix elements that implement the periodic boundary condition.
Problem 2 — Use symmetry before computation¶
For the one-dimensional periodic chain, diagonalize the Hamiltonian analytically and show that the eigenvalues take the form
Also determine the allowed values of .
Hint 1¶
The system is translationally invariant. Consider restructuring the basis using the Fourier-transformed states
Apply the Hamiltonian to 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
and use the periodic boundary condition to determine the allowed values of .
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 matrix.
Problem 3 — Numerical diagonalization and the thermodynamic limit¶
For simplicity, set
Construct the Hamiltonian numerically for
and
Diagonalize the matrix numerically and sort the eigenvalues in ascending order,
For each system size, make a plot where:
the horizontal axis is the eigenvalue index ;
the vertical axis is the corresponding eigenvalue .
You may either plot the two spectra separately or show them together in a way that makes comparison easy.
Questions¶
Does the total bandwidth change significantly when is increased from 100 to 200?
What happens to the typical spacing between neighboring energy levels?
Compare your numerical result with the analytical dispersion relation
Are the numerical eigenvalues consistent with the analytical prediction?
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?
Estimate how the characteristic level spacing changes when 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 system, change the hopping between sites 50 and 51 from
to
That is,
For the system, make the corresponding modification between sites 100 and 101:
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¶
How does the spectrum change after introducing the weak bond?
Is momentum still a good quantum number? Explain your answer in terms of translational symmetry.
Does the overall bandwidth change substantially?
Is the relative influence of this single modified bond stronger for or for ?
A single bond is modified out of approximately bonds. The fraction of modified bonds therefore scales as
What does this suggest about the influence of one local perturbation on global spectral properties in the thermodynamic limit
Even if the effect on the global spectrum becomes relatively small as 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
over the lattice sites.
Repeat the same analysis for the system with the weak bond.
Questions¶
Are the eigenstates of the uniform system spatially extended?
How does the weak bond modify the spatial structure of the eigenstates?
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:
Summary¶
This homework connects several central ideas introduced in Week 1.
First, an abstract Hamiltonian can be represented concretely as a matrix,
Second, symmetry can reveal the natural basis of a problem,
Third, analytical and numerical approaches should agree,
Finally, increasing the number of sites makes the spectrum denser while the microscopic hopping scale remains fixed,
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.