Table of values intight-binding calculations

Hello. I was wondering if there is any way to view a table of values corresponding to the plots of the electronic properties such as band structure, and conductance versus magnetic field for Hall effect systems. Regards, James

Hi James, Can you please elaborate which values specifically you mean? I don't think I understand your question. Cheers, Anton On Sat, Mar 12, 2016 at 7:55 PM, james edward hernandez <kibwiw@yahoo.com.ph> wrote:
Hello.
I was wondering if there is any way to view a table of values corresponding to the plots of the electronic properties such as band structure, and conductance versus magnetic field for Hall effect systems.
Regards,
James

james edward hernandez <kibwiw <at> yahoo.com.ph> writes:
Hello.
I was wondering if there is any way to view a table of
values corresponding to the plots of the electronic properties such as band structure, and conductance versus magnetic field for Hall effect systems.
Regards,
<div class="signa ture">James
Hi James, You can simply use python print command. For example take this example http://kwant-project.org/doc/1/tutorial/tutorial1 energies are recorded in energy and conductance in data. "print data" will show you the values. For band you can use bands = kwant.physics.Bands(lead) print bands(k) this will show all the energy eigenvalue corresponding to momentum k. You can google for suitable python commands for what you want to with your data (like combining them or save them in a file). best, Sumit
participants (3)
-
Anton Akhmerov
-
james edward hernandez
-
Sumit Ghosh