For Paper: X. Chen and I. Franco. Tree tensor network hierarchical equations of motion based on time-dependent variational principle for efficient open quantum dynamics in structured thermal environments.
This repository contains the code for the TENSO algorithm, which is a tensor network based method for generating and integration the master equations for open quantum dynamics in structured thermal environments. The code is written in Python and uses PyTorch for tensor operations. It is designed to be efficient and scalable, allowing for the simulation of large open quantum systems using different tree tensor network topologies. Details of the algorithm can be found in the paper. Detailed documentation is under preparation.
-
Development setup:
-
Create a python virtural environment with python vesion >= 3.10.
-
Prepare dependencies:
numpy,scipy,pytorch,torchdiffeq,tqdm -
Install
tensoin develop mode usingpip:python -m pip install -e . -
For testing, consider
jupyter-lab,matplotlib, etc.
-
