2.1.1. Introduction🔗
The tight binding chain is corresponds to a
finite dimensional quantum mechanical system.
It consists of a chain of N sites seperated by a distance a, and a particle,
often described as an electron,
which can occupy each site. The energy of the electron sitting
at a given site is E_0, and
a paramter p describes the tunneling of the electron between neighbouring sites.
These parameters are defined within the TightBindingChain structure.
🔗structureCondensedMatter.TightBindingChain : Type
CondensedMatter.TightBindingChain : Type
The physical parameters making up the tight binding chain.
Constructor
Fields
N : ℕ
The number of sites, or atoms, in the chain
N_ne_zero : NeZero self.N
a : ℝ
The distance between the sites
E0 : ℝ
The energy associate with a particle sitting at a fixed site.
The hilbert space is the finite dimensional space of N-dimensional vectors.
🔗def
The Hilbert space of a TightBindingchain is the N-dimensional finite dimensional
Hilbert space.
The state corresponding to the electron being at site n is defined as
🔗def
The eigenstate corresponding to the particle been located on the nth site.
The notation |n⟩ is used to denote this state.
These localized states are orthonormal:
🔗theorem
The localized states are normalized.
The linear map |m⟩⟨n| is given by
🔗def
The linear map |m⟩⟨n| for ⟨n| localized states.
The hamiltonian is then given by
🔗def
The Hamiltonian of the tight binding chain is given by
E₀ ∑ n, |n⟩⟨n| - t ∑ n, (|n⟩⟨n + 1| + |n + 1⟩⟨n|), with periodic
boundary conditions.
The energy of the localized state |n⟩ is given in the following theorem:
🔗theorem
The energy of a localized state in the tight binding chain is E0.
This lemma assumes that there is more then one site in the chain otherwise the
result is not true.
The energy eigenfunctions are parameterized by a wavefunction sitting in the following set
🔗def
The wavefunctions associated with the energy eigenstates.
The energy eigenfunctions are given by
🔗def
The energy eigenstates of the tight binding chain.
The energy eigenvalues are given by
🔗def
The energy eigenvalue of the tight binding chain for a k in the BrillouinZone.
They satisfy the time independent schrodinger equation
🔗theorem
The eenergy eigenstates satisfy the time-independent Schrodinger equation.