MoritzLange / py-tedopa

Python library for simulating open quantum systems with continuous bosonic environments
BSD 3-Clause "New" or "Revised" License
11 stars 9 forks source link
tedopa tmps

py-tedopa

TEDOPA: Time Evolving Density matrices using Orthogonal Polynomials

Documentation Status

This is a Python 3 package for simulating the time-evolution of quantum systems via matrix product states and operators.

Time evolution of one-dimensional quantum systems under local Hamiltonians is provided via the tMPS algorithm using second- and fourth-order Trotter Suzuki decomposition. Hamiltonian evolution of matrix product state, matrix product operators and purified matrix product states is supported.

Time evolution of open quantum systems is implemented using TEDOPA (Time Evolving Density matrices using Orthogonal Polynomials Algorithm) as proposed and developed by Prior et al 2010, Chin et al 2010 and Rosenbach 2015. TEDOPA enables open quantum simulation of open quantum systems such as spin-boson models.

TEDOPA relies on a two-step approach to simulate quantum systems that are coupled linearly to their continuous environment via a given spectral density: first, the star-shaped system-environment interaction is mapped exactly to a semi-infinite one-dimensional chain with the system at one end of the chain; This chain is then simulated using standard matrix-product-states (MPS) methods.

Installation

Requirements:

The package can be installed by running

git clone https://github.com/moritzlange/py-tedopa
cd py-tedopa
pip install .

on Unix-based systems.

Authors

License

Distributed under the terms of the BSD 3-Clause License (see LICENSE).