Skip to content

Commit

Permalink
fixed bug in the bath example
Browse files Browse the repository at this point in the history
  • Loading branch information
angelariva committed Jun 21, 2024
1 parent 7ede207 commit 2b53e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/bath-observables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ correlations_cdag = [
for i in 1:size(cdagcdag_average, 1), j in 1:size(cdagcdag_average, 2), t in 1:size(cdagcdag_average,3)
]

bath_occup_phys = physical_occup(correlations_cdag[:,:,T], correlations_c[:,:,T], omeg, bath_occup[:,:,T], β, N)
bath_occup_phys = physical_occup(cdagcdag_average[:,:,T], cc_average[:,:,T], omeg, bath_occup[:,:,T], β, N)

#--------------------
# Analytical results
Expand Down

0 comments on commit 2b53e46

Please sign in to comment.