This is a package1 for calculating FLUCTUATIONS of heat transfer in the Spin-Boson model2 using the Time Evolving Density matrices using Orthogonal Polynomial Algorithm (TEDOPA)34. The exact method is detailed in the paper "Heat operator approach to quantum stochastic thermodynamics in the strong-coupling regime"(https://arxiv.org/abs/2504.10631).
We employ the Thermofield-based chain-mapping approach for open quantum systems5 that enables us to use a vacuum initial matrix product state (pure) for the environment instead of a thermal state (mixed), thereby speeding up the computation greatly.
In this package, we use the ITensor library6 in Julia for tensor network manipulations.
PLEASE NOTE THE FOLLOWING POINTS before running these codes on Julia:
We consider the following spin-boson Hamiltonian:
The bosonic bath has the following Ohmic spectral density:
The user can customize the above model Hamiltonian and spectral function for calculating heat fluctuations.
Each file in scripts folder define the particular parameters, Hamiltonians and unitary evolutions of the considered model.
scripts\e0_d1_a1o25_T1_plus.jl: independent boson model, i.e., ε = 0, Δ = 1. We take temperature, T = 1, coupling strength, α = 1.25, and initial state: |+〉.
scripts\e1_d0_a1o25_T0_plus.jl: unbiased boson model, i.e., ε = 1, Δ = 0. We take temperature, T = 0, coupling strength, α = 1.25, and initial state: |+〉.
scripts\e1_d0_a1o25_T1_plus.jl: unbiased boson model, i.e., ε = 1, Δ = 0. We take temperature, T = 1, coupling strength, α = 1.25, and initial state: |+〉.
- Download this code base. Notice that raw data are typically not included in the git-history and may need to be downloaded independently.
- Open a Julia console and do:
julia> using Pkg julia> Pkg.add("DrWatson") # install globally, for using `quickactivate` julia> Pkg.activate("path/to/this/project") julia> Pkg.instantiate()
This will install all necessary packages for you to be able to run the scripts and everything should work out of the box, including correctly finding local paths.
You may notice that some scripts start with the commands:
using DrWatson
@quickactivate :flucn_tedopa
which auto-activate the project "flucn_tedopa" and enable local path handling from DrWatson.
Footnotes
-
This code base is using the Julia Language and DrWatson to make a reproducible scientific project named flucn_tedopa ↩
-
Popovic, Maria, Mark T. Mitchison, Aidan Strathearn, Brendon W. Lovett, John Goold, and Paul R. Eastham. "Quantum heat statistics with time-evolving matrix product operators." PRX Quantum 2, no. 2 (2021): 020338. ↩
-
Prior, Javier, Alex W. Chin, Susana F. Huelga, and Martin B. Plenio. "Efficient simulation of strong system-environment interactions." Physical review letters 105, no. 5 (2010): 050404. ↩
-
Chin, Alex W., Ángel Rivas, Susana F. Huelga, and Martin B. Plenio. "Exact mapping between system-reservoir quantum models and semi-infinite discrete chains using orthogonal polynomials." Journal of Mathematical Physics 51, no. 9 (2010): 092109. ↩
-
de Vega, Inés, and Mari-Carmen Banuls. "Thermofield-based chain-mapping approach for open quantum systems." Physical Review A 92, no. 5 (2015): 052116. ↩