Skip to content

Commit

Permalink
Fix correlated example
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucLD committed Nov 29, 2024
1 parent 048d0a9 commit 13648ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/correlatedenvironment.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ eps = [1e-3] # projection error threshol for DTDVP
# MPO and initial state MPS
#---------------------------

Hs = multisitempo(N, E, J, As) # system Hamiltonian
Hs = MPSDynamics.multisitempo(N, E, J, As) # system Hamiltonian

Hc = correlatedenvironmentmpo(R, M, d; chainparams=cpars, fnamecc=fnamecc, s=s, α=α, ωc=ωc, c_phonon=c, β=β) # environment Hamiltonian

Expand Down

0 comments on commit 13648ea

Please sign in to comment.