The tight binding chain #
The tight binding chain corresponds to an electron in motion in a 1d solid with the assumption the electron can sit only on the atoms of the solid.
The solid is assumed to consist of N sites with a separation of a between them
Mathematically, the tight binding chain corresponds to a QM problem located on a lattice with only self and nearest neighbour interactions, with periodic boundary conditions.
Refs. #
The Hilbert space of a TightBindingchain is the N-dimensional finite dimensional
Hilbert space.
Equations
Instances For
The eigenstate corresponding to the particle been located on the nth site.
Instances For
The eigenstate corresponding to the particle been located on the nth site.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The inner product of two localized states.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The localized states are normalized.
The linear map |m⟩⟨n| for ⟨n| localized states.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The linear map |m⟩⟨n| for ⟨n| localized states.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The Hamiltonian of the tight binding chain with periodic
boundary conditions is given by E₀ ∑ n, |n⟩⟨n| - t ∑ n, (|n⟩⟨n + 1| + |n + 1⟩⟨n|).
The periodic boundary conditions is manifested by the + in n + 1 being
within Fin T.N (that is modulo T.N).
Equations
- One or more equations did not get rendered due to their size.
Instances For
The hamiltonian of the tight binding chain is hermitian.
The Hamiltonian applied to the localized state |n⟩ gives
T.E0 • |n⟩ - T.t • (|n + 1⟩ + |n - 1⟩).
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 Brillouin zone of the tight binding model is [-π/a, π/a).
This is the set in which wave functions are uniquely defined.
Instances For
The quantized wavenumbers form a subset of the BrillouinZone.
The energy eigenstates of the tight binding chain They are given by
∑ n, exp (I * k * n * T.a) • |n⟩.
Equations
- T.energyEigenstate k = ∑ n : Fin T.N, Complex.exp (Complex.I * ↑↑k * ↑↑n * ↑T.a) • CondensedMatter.TightBindingChain.localizedState n
Instances For
The energy eigenstates of the tight binding chain are orthogonal.
The energy eigenvalue of the tight binding chain for a k in QuantaWaveNumber is
E0 - 2 * t * Real.cos (k * T.a).
Instances For
The energy eigenstates satisfy the time-independent Schrodinger equation.