Tight Binding Toy Model Band (1D) : PY-501 Assignment 3
Tight Binding Toy Model Band (1D) : PY-501 Assignment 3
R K Rupesh1
1
School of Physics, University of Hyderabad (20PHMP07)
2. Solving the Schrödinger equation H |ψ⟩ = E |ψ⟩ in the Probability amplitude basis, leads to the following eigen-
value problem:
V1 t 0 0 0 0 te−ikℓ ϕ1 ϕ1
t V2 t 0 0 0 0 ϕ2 ϕ2
0 t V3 t 0 0 0 ϕ3 ϕ3
0 0 t V4 t 0 0 ϕ4 = En (k) ϕ4 (2)
0 0 0 t V5 t 0 ϕ ϕ
5 5
0 0 0 0 t V6 t ϕ ϕ
6 6
teikℓ 0 0 0 0 t V7 ϕ7 ϕ7
1 1 1 1 1 1
3. My choice of {Vi } = , , , , , 1,
6 4 3 5 2 7
And the other parameters are t = 1, ℓ = 7.
−π π
4. The matrix was diagonalized numerically1 for a range of k values { , } and the eigen-values En (k) were
ℓ ℓ
plotted as a function of k.
2
Energy, k (eV)
2. The summation over k becomes an integral since the values are continuous. Hence,
XZ
D(E) = dk δ (E − En (k)) (4)
n k
(x − µ)2
1
G(µ, x) = √ exp − (6)
σ 2π 2σ 2
Where, σ = 10−4
4. Evaluating Eq. (5), the D(E) v/s E plot were made.
100
Density of States, D( )
80
60
40
20
0
2 1 0 1 2 3
Energy, k (eV)
1
Computations were done using NumPy - Python 3.9.