Skip to content

Commit

Permalink
Update sbm_zero_temperature.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tfmlaX authored Feb 17, 2024
1 parent 0a365fb commit 3adfa32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sbm_zero_temperature.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The dynamics is simulated using the T-TEDOPA method that maps the normal modes environment into a non-uniform tight-binding chain.
H = \frac{ω_0}{2} σ_z + Δ σ_x + c_0 σ_x(b_0^\dagger + b_0) + \sum_{i=0}^{N-1} t_i (b_{i+1}^\dagger b_i +h.c.) + \sum_{i=0}^{N-1} ϵ_i b_i^\dagger b_i
H = \\frac{ω_0}{2} σ_z + Δ σ_x + c_0 σ_x(b_0^\\dagger + b_0) + \\sum_{i=0}^{N-1} t_i (b_{i+1}^\\dagger b_i +h.c.) + \\sum_{i=0}^{N-1} ϵ_i b_i^\\dagger b_i
"""

using MPSDynamics, Plots, LaTeXStrings
Expand Down

0 comments on commit 3adfa32

Please sign in to comment.