PDA

View Full Version : Tight-binding model


Niles
Mar19-10, 11:06 AM
Hi

I've been reading about the tight-binding model, and I have some questions. Lets say we have the Hamiltonian H for our lattice, and it satisfies

Hψ = Eψ,

where ψ is a vector containing the wavefunction for each atom in the lattice. When I solve the above equation e.g. numerically, I get the eigenvectors ψ. In my case the ψ's just contain numbers, but does this mean that the waverfuncion for each atom is constant?

kanato
Mar20-10, 01:46 AM
No, it doesn't mean the wavefunction is a constant.
Say you have two atoms in the unit cell, and one orbital for each atom. Then your Hamiltonian is 2x2, and your wavefunction is a two component vector. The values of these components indicate the relative contribution of each atom. If \phi_i(r) are your basis orbitals, then your wavefunction is

u_k(r) = c_1 \phi_1(r) + c_2 \phi_2(r)

Note that this is the solution for the periodic part of the Bloch wavefunction, so there is a long range exp(ik*r) phase factor.

Niles
Mar20-10, 05:04 AM
Ok, so the two eigenvectors I get have the above form. Does each eigenvector (and corresponding eigenvalue) corresponding to a single particle state? I.e., eigenvector #1 is for the single particle state at atom #1 and eigenvector #2 is for the single particle state at atom #2?

I really appreciate this. Thanks.

kanato
Mar21-10, 07:18 AM
Yes they refer to single particle states. But the second part is wrong.

If you have two eigenvectors, they will be of form (a, b) and (-b, a), as required by orthogonality. The first state (a,b) will be a single particle state that has a contribution a from atom 1 and a contribution b from atom 2. You will not get "eigenvector #1 is for the single particle state at atom #1 and eigenvector #2 is for the single particle state at atom #2?" unless b = 0, which will only happen if your Hamiltonian is diagonal. Both eigenvectors will have contributions on both atoms for realistic tight binding models.

Niles
Mar21-10, 11:19 AM
Thank you. That clarified it for me.