Hello Sir,
I am trying to plot the band structure in strained InAs supercell at symmetry points mentioned in post http://quantumwise.com/forum/index.php?topic=2096.0#.U3xoO7GSnIU by following the same procedure of this post.
The calculation completed successfully but I am unable to plot (see) the band structure neither in VNL nor according to the script given in post:
...
bs = nlread('bandstructure.nc', Bandstructure)[0]
# Override the symmetry points
bs._Bandstructure__lattice.symmetryPoints = Hexagonal.symmetryPoints
# The bandstructure energies
data = bs.evaluate()
# Setup the axises.
Please tell me how can I plot the band structure.
Thanks
PR