Skip to content

Commit

Permalink
tweak test to stabilize
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed Jan 22, 2025
1 parent febfe83 commit 4b0889a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/algorithms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ end
H = force_planar(repeat(transverse_field_ising(; g=4), 2))

dt = 1e-3
sW1 = make_time_mpo(H, dt, TaylorCluster(; N=3))
sW1 = make_time_mpo(H, dt, TaylorCluster(; N=3, compression=true, extension=true))
sW2 = make_time_mpo(H, dt, WII())
W1 = MPSKit.DenseMPO(sW1)
W2 = MPSKit.DenseMPO(sW2)
Expand Down

0 comments on commit 4b0889a

Please sign in to comment.