Skip to content

MoritzLange/py-tedopa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

Python library for simulating open quantum systems with continuous bosonic environments

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages