Skip to content

Releases: wushidonguc/swan

Swan: An open-source C++ software for efficient nanoscale quantum transport simulations

31 Jan 06:53
23b7ab8
Compare
Choose a tag to compare

Swan

Swan (Self-consistent Wannier-function-based quantum transport solver) is an open-source C++ software suitable for large-scale atomistic simulations of electronic structures and transport properties for nano-devices.
By using a Wannier function basis (as implemented in the Wannier90 package) to accurately describe the electronic bands, our code is able to efficiently model device structures with first-principles accuracy at a minimal cost of tight-binding calculations.
It couples the Keldysh non-equilibrium Green's function formalism and Poisson solver to generate the inhomogeneous charge densities self-consistently with the electrostatic potential profile for the simulated device region. The parallel implementation of the code uses the standard Message Passing Interface (MPI). We depicted our simulation pipeline as below:

swan_pipeline

For more details, please refer to the related paper "Quantum electron transport in ohmic edge contacts between two-dimensional materials" (https://arxiv.org/abs/1811.02135).

Author: Wushi Dong (dongws@uchicago.edu) of the Physics Department at The University of Chicago. (Advisor: Peter B. Littlewood)

The author would like to acknowledge the C++ linear algebra library Armadillo.

Installation

Please install the Armadillo package via the download page:

http://arma.sourceforge.net/download.html

Then install Swan by running the installation file provided in the package:

sh install.sh

Example run

To demonstrate the usage of our code, we provide an example run which simulates the 2D edge contact structure studied in our paper (https://arxiv.org/abs/1811.02135). To run this example:

cd example_run/
sh run.sh

We present in the following two results that one can extract from the above simulation. The first figure shows the converged electrostatic potential profiles under different temperatures. (Inset: comparison between our self-consistent simulation results and analytical predictions using Thomas-Fermi theory.)

swan_potential

The second one is the I-V characteristics under different temperatures for high and low doping levels respectively. From this figure, one can see how doping levels affect the ohmic behavior of the edge contact.

figure_iv