Multiple Unit cells yielding apparent discrepancy

Total energy, geometry optimization, DFT+U, spin....

Moderator: bguster

Locked
JEJohns
Posts: 55
Joined: Sun May 02, 2010 5:30 pm

Multiple Unit cells yielding apparent discrepancy

Post by JEJohns » Tue Jul 20, 2010 5:28 am

I've attached two input codes that I used to study the primitive unit cell of graphene (2 atoms / cell) and 4x the primitive unit cell (8 atoms/cell, acell(1) and acell(2) are double the lengths of the original acell), and then looked at the band structure from M to Gamma to K to M (for the quadruple cell, I denoted them as K' and M'). For the primitive unit cell, there is a clear linear approach to K from Gamma, and the degeneracy at K conincides with teh Fermi level. For the multiple unit cell, the degeneracy between conduction and valence bands is still at the K point and the Fermi level, but the approach from Gamma to K' is no longer linear, but parabolic. Fitting it to a parabola, it's nearly free electron like with an effective mass m* = 0.060 me. I've attached the band structure from M-->Gamma-->K. This does not fit my physical picture of band folding. Since K' is 1/2 of K, I would have expected the band to fold once it reached K' by one lattice vector G' back to -K', and intersect the fermi level at the point Gamma' in a linear band. Is this my understanding at fault, or is there something wonky in my input file?
Attachments
Graphene_2cells.jpg
graphene_LDA_band_2cell.in
(702 Bytes) Downloaded 371 times
graphene_LDA_band.in
(551 Bytes) Downloaded 336 times

mverstra
Posts: 655
Joined: Wed Aug 19, 2009 12:01 pm

Re: Multiple Unit cells yielding apparent discrepancy

Post by mverstra » Wed Jul 28, 2010 7:02 pm

Your input files look perfect, so I think everything is as it should be: the problem is that your band folding for a 2x2 unit cell is happening with respect to certain lines in reciprocal space, "perpendicular" to the gamma-X directions (not really perpendicular, since you have a non-orthogonal unit cell). This means you are not folding along Gamma-K, and therefore the bands you get for the 2x2 cell give a different dispersion close to K'. It is well known that the bands around K are not a perfect cone, and the Fermi speed depends on the direction of approach. Here for K' you have a different direction, and therefore a different slope of the bands. It should still be linear, but maybe you have to get closer to K' along this direction, than you did to K, in order to see linear bands.

you can also try to use a different supercell, such that Gamma-K is perpendicular to the plane of folding. Then you should see the same dispersion at K'. It's probably enough to rotate the atom basis such that the C-C bond is along on lattice vector, in order to get the desired supercell afterwards.

For some detailed analysis of single and multilayer graphene BS, see Latil and Henrard PRL 97 036803
http://prl.aps.org/abstract/PRL/v97/i3/e036803

matthieu
Matthieu Verstraete
University of Liege, Belgium

JEJohns
Posts: 55
Joined: Sun May 02, 2010 5:30 pm

Re: Multiple Unit cells yielding apparent discrepancy

Post by JEJohns » Fri Aug 06, 2010 12:24 am

Thanks for the excellent reply matthieu. I've read that paper and the PRL papers by Steve Louie & others, and am trying to think about your comment about the zone folding and whether it's perpendicular to the Gamma-->K direction.
Well, in the course of attempting to draw a figure to explain my confusion, I think I convinced my self that you of course are correct. Shown in the figure I was making is what I was thinking of. As I understand your comment, the reason why this is wrong is that the Gamma-->K direction is NOT along a single G vector. If I were travelling along Gamma-->M, then this would be correct. But in reality what happens is that as you traverse Gamma->K, once you get to K2 (as labelled in the figure), get reflected by 1 G (where G points from from one Gamma to another Gamma in the repeating Zone Scheme), which does not bring you to -K2, but to some random point. You then continue to traverse along the same slope, but you end up at 1 of 6 equivalent spots in the reduced Bruillon Zone. My problem was lay in thinking of this in my head as too similar to a 1D system, where being reflected at the BZ edge by a G vector always takes you back to the opposite BZ edge. Is this correct? (Obviously, this has transgressed and wondered into the realm of a basic physical misunderstanding, and not into an abinit specific question. Please delete immediately if you think it is inappropriate.)
Attachments
Band-Folding-Gone-Awry.gif

Locked