I think I have a conceptual doubt on the way you calculate the matrix elements in momentum space for the tight binding Hamiltonian of graphene. I will break down my question into sections to make it as organized and self contained as possible.
The general background:
The electronic Hamiltonian operator for the system in first quantization is
ˆH=−t∑i,j(|i⟩⟨j|+|j⟩⟨i|)
where i and j are nearest neighbors, t hopping parameter. As usual we can rewrite this as:
ˆH=−t∑i∈A,δ(|i⟩⟨i+δ|+|i+δ⟩⟨i|)
where the sum over δ is carried out over the nearest-neighbor vectors δ1, δ2,δ3 that connect an atom of the A sub lattice to the closest 3 atoms of the B sub lattice in graphene.
Calculation of H matrix
Now let's say I want to calculate the matrix for this hamiltonian operator in momentum space. Since the system is translational invariant, the hamiltonian in momentum space will be block diagonal, with each block corresponding to a value of k. So I just need to calculate:
h(k)=(⟨kA|ˆH|kA⟩⟨kA|ˆH|kB⟩⟨kB|ˆH|kA⟩⟨kB|ˆH|kB⟩)
where by |kA⟩ I indicate a state where the electron has momentum k and it is completely delocalized on sub lattice A (so no amplitude on B).
Diagonal matrix elements
Now let's look at those matrix elements. What people usually write is:
⟨kA|ˆH|kA⟩=⟨kB|ˆH|kB⟩=0
the reason is because i∈A and i+δ∈B, so, for example, in the first case I get:
⟨kA|ˆH|kA⟩=−t∑i∈A,δ(⟨kA|i⟩⟨i+δ|kA⟩+⟨kA|i+δ⟩⟨i|kA⟩)
And ⟨kA|i+δ⟩ is zero because, as I said, |kA⟩ has no amplitude on B .
So far so good!
Off diagonal matrix elements
But now let's look at the off diagonal matrix elements. The usual calculation that I found in many resources goes as:
⟨kA|ˆH|kB⟩=−t∑i∈A,δ(⟨kA|i⟩⟨i+δ|kB⟩+⟨kA|i+δ⟩⟨i|kB⟩)
By the same argument as before the second term is zero so I just have:
⟨kA|ˆH|kB⟩=−t∑i∈A,δ⟨kA|i⟩⟨i+δ|kB⟩
Now ⟨kA|i⟩ is nothing but the conjugate of the wave function ⟨i|kA⟩, which is the wave function, written in real space, of a state with momentum k, delocalized on the sub lattice A. So ⟨kA|i⟩=1√N/2e−ikri. The same goes for the other factor and at the end I get:
⟨kA|ˆH|kB⟩=−t∑i∈A,δ1N/2(e−ikrieik(ri+δ))=−t∑i∈A,δ1N/2eikδ=−t∑δeikδ.
Similarly I get the conjugate of that for the other off diagonal element.
Final matrix
So at the end you get:
h(k)=(0∑δeikδ∑δe−ikδ0)
which is the usual tight binding hamiltonian in momentum space that you find in the literature for graphene.
Here comes my question:
I find it very strange that the product ⟨kA|i⟩⟨i+δ|kB⟩ (hence the off diagonal elements of the H matrix) gives a non zero result! Because what we are doing is to multiply two wave functions, where one has an amplitude only on A sub lattice (i.e. ⟨kA|i⟩), whereas the other only has amplitude on B sub lattice (i.e. ⟨i+δ|kB⟩). So where one is non-zero the other is zero and viceversa. So why don't I get zero?
I think this problem emerges clearly if you choose to represent your wave function as a two component spinor where the first component corresponds to sub lattice A and the second to B:
ψ(x)=(ψa(x)ψb(x)).
So my basis would be a collection of spinors containing delta functions centered on each lattice site:
ϕi,a=(δ(xi)0)
and
ϕj,b=(0δ(xj))
where i goes over all sites of the A sub lattice and j same for B.
If you do that and now try to calculate the above off diagonal matrix element you would get:
⟨kA|i⟩=(e−ikri√N/20)T,
⟨i+δ|kB⟩=(0eik(ri+δ)√N/2)
because now the wave functions are spinors. And then
⟨kA|ˆH|kB⟩=−t∑i∈A,δ⟨kA|i⟩⟨i+δ|kB⟩=−t∑i∈A,δ1N/2(e−ikri0)⋅(0eik(ri+δ))=0
where I just did the inner product between spinors.
To conclude
Why the value of those off diagonal matrix elements is ∑δe±ikδ and not zero? What is wrong in my argument that they are zero?