Skip to content

Commit 4a5f686

Browse files
committed
Merge branch 'network_solvers' of https://github.com/ITensor/ITensorNetworks.jl into network_solvers
2 parents ad874a5 + 0a4db77 commit 4a5f686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solvers/applyexp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function applyexp(
8181
init_prob = ApplyExpProblem(;
8282
state=align_indices(init_state), operator=ProjTTN(align_indices(operator))
8383
)
84-
time_steps = diff([0.0, exponents...])[2:end]
84+
time_steps = diff([zero(eltype(exponents)); exponents])[2:end]
8585
sweep_kws = (;
8686
outputlevel, extract_kwargs, insert_kwargs, nsites, tdvp_order, update_kwargs
8787
)

0 commit comments

Comments
 (0)