Computer Lab: Difference between revisions

From phys824
Jump to navigationJump to search
Line 64: Line 64:


== First-principles calculations using GPAW==
== First-principles calculations using GPAW==
* [https://wiki.fysik.dtu.dk/gpaw/exercises/gettingstarted/gettingstarted.html Getting started with GPAW] (structure and binding energies of simple molecules)
* [https://wiki.fysik.dtu.dk/gpaw/exercises/gettingstarted/gettingstarted.html Getting started with GPAW] (structure and binding energies of simple molecules)
* [https://wiki.fysik.dtu.dk/gpaw/exercises/water/water.html Basics of GPAW calculations]
* [https://wiki.fysik.dtu.dk/gpaw/exercises/water/water.html Basics of GPAW calculations]
* [https://wiki.fysik.dtu.dk/gpaw/exercises/iron/iron.html Band structure of Fe]
* [https://wiki.fysik.dtu.dk/gpaw/exercises/iron/iron.html Band structure of Fe]
* [https://wiki.fysik.dtu.dk/gpaw/exercises/dos/dos.html DOS of Fe]
* [https://wiki.fysik.dtu.dk/gpaw/exercises/dos/dos.html DOS of Fe]
* [https://wiki.fysik.dtu.dk/ase/ase/structure.html Graphene nanoribbons]


== NEGF-DFT using GPAW==
== NEGF-DFT using GPAW==

Revision as of 10:40, 4 October 2012

Unix Training

MATLAB Training

Hands-on tutorials by Instructor

Hands-on Lab tutorials by MathWorks

Reference

Books and notes

Implementation Tools

MATLAB Scripts

Electron density in nanowires using equilibrium density matrix

DOS of disordered nanowire using eigenvalues and Anderson localization of eigenfunctions

Density of states using equilibrium retarded Green function

Subband structure of graphene nanoribbons using tight-binding models

  • 8zgnr.m (pedestrian code for 8-ZGNR only)

Quantum transport in 1D nanowires using NEGF

  • qt_1d.m (code to compute the conductance and total and local density of states of a 1D nanowire, with possible potential barriers or impurities, attached to two semi-infinite electrodes)

Tunneling magnetoresistance in 1D models

Spin-transfer torque in 1D models

Klein tunneling in graphene heterojunctions

  • M.-H. Liu and K. Richter, Efficient quantum transport simulation for bulk graphene heterojunctions, arXiv:1206.0266.

MATLAB functions

  • matrix_exp.m (Exponential, or any other function with small changed in the code, of a Hermitian matrix)
  • visual_graphene_H.m (For a given tight-binding Hamiltonian on the honeycomb lattice, function plots position of carbon atoms and draws blue lines to represent hoppings between them; red circles to represent on-site potential between them; and cyan lines to represent the periodic boundary conditions; it can be used to test if the tight-binding Hamiltonian of graphene is set correctly); This function calls another three function which should be placed in the same directory (or in the path): atomCoord.m, atomPosition.m, and constrainView.m
  • self_energy.m (Self-energy of the semi-infinite ideal metallic lead modeled on the square tight-binding lattice - the code shows how to convert analytical formulas of the lead surface Green function into a working program)

First-principles calculations using GPAW

NEGF-DFT using GPAW

Zero-bias transmission function of single-molecule nanojunctions

I-V curve of magnetically ordered zigzag GNR

  • D. A. Areshkin and B. K. Nikolić, I-V curve signatures of nonequilibrium-driven band gap collapse in magnetically ordered zigzag graphene nanoribbon two-terminal devices, Phys. Rev. B 79, 205430 (2009). [PDF]
  • J. Chen, K. S. Thygesen, and K. W. Jacobsen, Phys. Rev. B 85, 155140 (2012). [PDF]