We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad874a5 + 0a4db77 commit 4a5f686Copy full SHA for 4a5f686
src/solvers/applyexp.jl
@@ -81,7 +81,7 @@ function applyexp(
81
init_prob = ApplyExpProblem(;
82
state=align_indices(init_state), operator=ProjTTN(align_indices(operator))
83
)
84
- time_steps = diff([0.0, exponents...])[2:end]
+ time_steps = diff([zero(eltype(exponents)); exponents])[2:end]
85
sweep_kws = (;
86
outputlevel, extract_kwargs, insert_kwargs, nsites, tdvp_order, update_kwargs
87
0 commit comments