Skip to content

Commit

Permalink
Merge pull request #131 from cerisola/underdamped_terminator
Browse files Browse the repository at this point in the history
Underdamped terminator
  • Loading branch information
ytdHuang authored Dec 19, 2024
2 parents 992a6f0 + b5d847c commit 985b48a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bath_correlation_functions/boson/Underdamped.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,7 @@ function Boson_Underdamped_Matsubara(op, λ::Real, W::Real, ω0::Real, kT::Real,
end
end

return BosonBath(op, η_real, γ_real, η_imag, γ_imag)
δ = kT * W * λ^2 / ω0^4 - sum(η_real ./ γ_real)

return BosonBath(op, η_real, γ_real, η_imag, γ_imag, δ)
end

0 comments on commit 985b48a

Please sign in to comment.