First of all, there is a lot of material on the internet and in basic solid state physics text books regarding how to understand the band structure plots, the role and labeling of of k-points, etc, and I think you would need to read them first. It will be hard for us to teach all those basic things via the Forum or a tutorial; we focus on showing how to use the program.
On that note, I am aware of the fact that the band structure functionality in VNL is quite sketchy, and leaves something to be desired. We do however have scripts, that can be used to produce very nice band structure plots like the "advanced" graph you mention, and I will be happy to share them.
It's a bit complex to use, but I will make a tutorial for it, hopefully I can publish it during this week. By that time you have hopefully also studied some more about band structure, and will be ready to use them!
A couple of notes to get you started:
- The value of the Fermi level itself is quite irrelevant. It is really only used as the zero energy reference point for the band structure plot. What matters are how the bands align relative to the Fermi energy, and therefore the Fermi energy is always chosen as zero in the plots.
- The general rule for choosing k-points in the Kohn-Sham method is, that you need only one k-point in "non-periodic" directions. For a nanotube, this means A (X) and B (Y), if the tube is along C (Z); for a graphene sheet it means C (Z) if they sheet corresponds to the X-Y plane. For a 3D periodic crystal, there is no "non-periodic" direction.
- The number of k-points also depends on the period length. The longer the period is, the fewer k-points you need. For a small fcc crystal like gold, with a single atom in the unit cell, you probably need 9x9x9 points or so, but if the unit cell is very larger, perhaps 2-3 points are sufficient. For nanotubes I usually use 25-50 points along C to get good accuracy; it's relatively cheap anyway since there is only one point in the A and B directions.
- ATK is parallelized over k-points, so while increasing the number of k-points makes the calculation take longer time, the effect is less noticeable when you run in parallel.
- A system is metallic if it has no band gap, i.e. if there are band structure lines crossing the Fermi level. For some peculiar systems, like graphene (infinite 2D sheet), the Fermi "surface" is a single point, which gives this material quite special properties. In general, the most proper way to determine the band gap is to plot the density of states (sorry to bring in another new concept, hope it doesn't confuse you!), but for 1D systems (and often 2D systems) you can often determine the metallic/semiconducting character by just inspecting the band structure.
- The points Gamma (G) = (0,0,0) and K are high symmetry points in the Brillouin zone where bands cross and there are usually distinct degeneracies. These points serve as "anchor points" for the band structure. It is actually quite difficult to find a good, comprehensive reference on symmetry points for all lattices, since it also matters a bit depending on the exact choice of orientation of the lattice vectors... I will provide some more information in the tutorial.
More to come...!