Skip to content

Tutorial 1 : Graphene and TI

K M Masum Habib edited this page Oct 6, 2016 · 2 revisions

Here we will explain how to run a simple script using QUEST library for Graphene or TI.

Running Example Scripts

  • After building the code, one can find the necessary output files in ./Debug/quest-x.yy.z/ directory.
  • Sample scripts are automatically copied to ./obj/quest-x.yy.z/test/directory.
  • $ cd ./Debug/quest-x.yy.z/tests/
  • Make sure you already have the static link to quest library folder ./Debug/quest-x.yy.z/quest in your ./Debug/quest-x.yy.z/tests directory. Otherwise, make one, $ ln -s ../quest/ quest
  • Then run any sample script provided, for example - ./test_dirac_transport.py

Example Scripts

  • test_dirac_band.py -> Band structure for Graphene or TI
  • test_dirac_transport.py -> Transmission calculation for Graphene or TI
Clone this wiki locally