Skip to content

This is a package for calculating FLUCTUATIONS of heat transfer in the Spin-Boson model using the Time Evolving Density matrices using Orthogonal Polynomial Algorithm (TEDOPA).

Notifications You must be signed in to change notification settings

aspects-quantum/TFlucn_tedopa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heat fluctuations using TEDOPA

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:

Hamiltonian Equation

The bosonic bath has the following Ohmic spectral density:

Spectral Density Function

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: |+〉.

 


To (locally) reproduce this project, do the following:

  1. Download this code base. Notice that raw data are typically not included in the git-history and may need to be downloaded independently.
  2. 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

  1. This code base is using the Julia Language and DrWatson to make a reproducible scientific project named flucn_tedopa

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

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

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

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

  6. https://itensor.github.io/ITensors.jl/dev/index.html

About

This is a package for calculating FLUCTUATIONS of heat transfer in the Spin-Boson model using the Time Evolving Density matrices using Orthogonal Polynomial Algorithm (TEDOPA).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages