This package solves the non-equilibrium Dyson equation in the time domain with quasi-linear time complexity. It is the research code accompanying:
- The thesis: Quantum transport in voltage-biased Josephson junctions
- The paper: Solving the Transient Dyson Equation with Quasilinear Complexity via Matrix Compression
- Solves non-equilibrium Dyson equation in time domain
- Quasi-linear time complexity
The notebook examples/MQDM_junction.ipynb
demonstrates how to compute the Green function of a non-interacting quantum dot connected to two leads and evaluate its current.
The notebook examples/SQDS_junction.ipynb
shows how to compute the Green function of a non-interacting quantum dot connected to two superconducting leads and evaluate its current.
using Pkg
Pkg.add("https://github.com/BaptisteLamic/NonEquilibriumGreenFunction.jl")