Author Topic: Effective mass direction  (Read 1925 times)

0 Members and 1 Guest are viewing this topic.

Offline PR

  • Heavy QuantumATK user
  • ***
  • Posts: 28
  • Country: in
  • Reputation: 0
    • View Profile
Effective mass direction
« on: May 15, 2015, 07:41 »
Dear sir,
In bulk silicon, the direction from Gamma to X is (100) as per the existing literature and also as per the NSM archive link:
http://www.ioffe.ru/SVA/NSM/Semicond/Si/Figs/121.gif

But according to your tutorial on silicon effective mass, given on link :
http://quantumwise.com/publications/tutorials/item/500-effective-mass-of-electrons-in-silicon

this direction is (101). Can you please clarify why it is not matching with the literature.



Regards
PR

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5429
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Effective mass direction
« Reply #1 on: May 18, 2015, 18:15 »
The confusion lies in the notation, which is somewhat ambiguous. One is in the primitive zone notation, the other in the conventional (Cartesian). G-X is along one of the Cartesian axes (XYZ, doesn't matter because of symmetry), but the fcc cell is not oriented in that way in ATK. Instead, the X direction is along a vector parallel to B+C:
Code: python
A,B,C = FaceCenteredCubic(1*Ang).reciprocalVectors()
print B+C
So by (101) we mean along the direction of A+C, which happens to be along Y, but that gives the same band structure as along X, which your reference would denote as (100). It is perhaps unfortunate of us to use the notation (101) at least without the above explanation - we can add it to the tutorial.
« Last Edit: May 18, 2015, 18:17 by Anders Blom »