Skip to content

Commit

Permalink
fix runtest for QOExt
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Sep 16, 2023
1 parent 8157890 commit b34ad4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/QOExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ kT = 0.5
N = 2
Q = σz # System-bath coupling operator
bath = Boson_DrudeLorentz_Pade(Q, λ, W, kT, N)
L = M_Boson(Hsys, tier, bath; verbose=false)

# SteadyState
ados = SteadyState(L, ρ0; verbose=false)

# Evolution
tier = 5
L = M_Boson(Hsys, tier, bath; verbose=false)
O = I2 + 0.5 * σx
Δt = 10
steps = 1
Expand Down

0 comments on commit b34ad4c

Please sign in to comment.