First ,thanks for your detailed reply, and you are so wise that I am really want to compute the Bloch function for a particular eigenstate .Because I saw the Tutorial_GoldMonowire.pdf , and I see the beautiful Bloch function figure of band structure in that pdf .But I also have some questions to ask:
1,My python knowledge is poor, I don't know what's mean of (i)[0] of bands_dn.band(i)[0] in your post ? And waht is the difference between (i)[0] and
[band][ i ] ? i.e. the difference one parenthesis one square brackets and two square brackets?
by the way:the [band][ i ] is a segment in the manu of ATk -2008-manual CHAPTER 3. BULK MATERIALS (67page)
([band][ i ] have no blank in the last square brackets is not correct display)
2,when I see the export log files ,in the energy band ,It have one line "Energy Band: number" , what's meaning of this number between that band index?
and i also see four column under that line (the first three is k points ,and the last is energy), are they belong to one list? or from (i)[0] that you write
I guess they belong to two different list(one is the kpoint list and the energy is another)? any way I want to know how to use member of a list and
how can we know the constitutes of a list?