Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 841 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 841 Bytes

Transport

Transport is a Python package to simulate quantum transport of one-dimensional systems. The package can numerically solve quantum scattering problems at real or complex potentials for particles that impinge from either side (lead). The results are transmission and reflection amplitudes and scattering wave functions.

Installation

The package can be installed and updated via the package manager pip with either of the following commands.

# install package
pip install git+https://github.com/samuehae/transport.git

# install package with additional dependencies for running examples
pip install git+https://github.com/samuehae/transport.git#egg=transport[examples]

Examples

The usage of the package is demonstrated with the Python scripts included in the folder examples.