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