Temp
Problem 1
Consider a tight-binding model of a 1D nanowire:
,
The integer is indexing sites at which the atoms are located. The distance between two sites defined the lattice spacing , while the nearest neighbor hopping sets the unit of energy. The ket is quantum state of an electron on atom , so that is the corresponding wave function in coordinate representation (or single "orbital" per site) which decays fast away from the position of an atom .
(a) What is the periodicity of the Hamiltonian? (That is, after how many sites the chain starts to repeat itself? The atoms on those sites define the unit cell of the wire whose periodic repetition in both direction generates the whole wire.)
(b) Use the Bloch theorem to reduce the eigenvalue problem of an infinite matrix , obtained by representing the Hamiltonian in the basis of orbitals , to diagonalization of a small matrix [whose size is equal to the periodicity of the Hamiltonian found in (a)].
(c) The matrix in (b) will depended on the Bloch wave vector . Compute and plot bands as a function of Bloch wave vector throughout the first Brillouin zone (this task will have to be carried our numerically).
Problem 2
A nanowire consists of 1000 atoms described by a 1D tight-binding Hamiltonian:
.
(a) Compute numerically the density (DOS) of states for this wire assuming periodic boundary conditions and . In numerical calculations use as the unit of energy. How does DOS change if you increase the number of atoms from 1000 to 5000?
(b) Replacement of the original atom in the middle of the chain by an impurity atom can be modeled by using . Compute (DOS) for this case and comment on differences between (a) and (b). What is the highest eigenenergy in (a) vs. (b)?
Problem 3
In 2009, different physics communities are celebrating 50 years of the theoretical discovery of Anderson localization (see special focus of Physics Today, August 2009 issue). Anderson localization, where quantum wave function is reduced to be non-zero only in a small region of space due to disorder, plays an important role in low-dimensional structures at low temperatures since all quantum states are localized in 1D wires and two-dimensional electron gases for arbitrary small concentration of impurities (if the concentration is really small, the system has to be large enough for electrons to realized that they are localized). Thus, the resistance of such systems decays exponentially with the system size.
For the same wire described by the Hamiltonian as in problem 2, but with disorder potential introduced via the so-called Anderson model
,
plot the wave functions whose eigenenergy is close to for different disorder strengths . In MATLAB, you can generate values of as the random variable with uniform distribution using rand function.