Author Topic: Si Band structure problem  (Read 2746 times)

0 Members and 1 Guest are viewing this topic.

Offline davalenciah

  • Heavy QuantumATK user
  • ***
  • Posts: 26
  • Reputation: 0
    • View Profile
Si Band structure problem
« on: October 2, 2012, 15:27 »
Hello,

I would like to calculate  the band structure for Si Bulk in different routes and I defined the Silicon structure lattice by the unit vectors a,b,c
as it shows in the script. In this way,  the band structure can only be calculated in the "G" and "X" direction. However, if I define my lattice
as:
lattice=FaceCenteredCubic(5.4306*Angstrom)

It calculates the band structure for more directions  as 'W', 'L',  'K',  'U' 
Could you please explain me why I cannot include this routes when I define the lattice by unit vectors.

Thank You

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5575
  • Country: dk
  • Reputation: 96
    • View Profile
    • QuantumATK at Synopsys
Re: Si Band structure problem
« Reply #1 on: October 2, 2012, 16:41 »
Because the symmetry points are known to the code via the lattice class. It's something we are planning to change in the near future. Since 12.8 it will be possible to give explicit k-points to the Bandstructure class, this can be used as a work-around.