Tutorials

In this page, you can find some tutorials regarding the simulation of nanodevices.

To run the tutorials you can:
1) access the python environment, typing python in a shell, and insert line by line the python script of the tutorial (not that convenient!)
2) download the tutorial (e.g. scriptname.txt) at the bottom of each tutorial web page
3) rename the script with the python extension: e.g. scriptname.py
    python ./scriptname.py in a shell.
4) enter the python environment, and then running the command:
    execfile(“scriptname.py”)

For a quick-start have a look at the video tutorial at the bottom of this page!

List of available tutorials

Available video tutorials

Video tutorial on vIDEs GUI

Video tutorial on Nanoribbon

Video tutorial on the Hamiltonian command

Comments are closed.