Examples

These example notebooks demonstrate TENSO on a range of physical problems, from simple two-level systems to multi-site biological complexes and laser-driven dynamics. All notebooks are available in the GitHub repository and can be run in JupyterLab after installing TENSO:

python -m pip install -e .
jupyter lab

Each notebook is self-contained: it defines the bath and system, runs the propagation, and plots the results. They are a good complement to the Getting Started tutorial.

Spin-Boson Model with Structured Spectral Densities

Demonstrates TENSO on a two-level system coupled to a bath with both Drude–Lorentz and underdamped Brownian oscillator components. Shows convergence with hierarchy depth $N$ and bond rank $R$.

HEOM Spin-Boson Structured Bath
View notebook

The Fenna–Matthews–Olson (FMO) Complex

Simulates excitation energy transfer in a three-site model of the FMO complex with a structured biological bath. Demonstrates multi-level system support.

FMO Energy Transfer Multi-site
View notebook

Laser-Driven Dynamics

Open quantum dynamics under a time-dependent driving field. Shows how TENSO handles explicitly time-dependent system Hamiltonians $H_\textrm{S}(t)$.

Time-dependent Laser Driven
View notebook
Getting Started All notebooks on GitHub