Skip to content

Commit a426df6

Browse files
Format document
1 parent 0eb46e4 commit a426df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time_evolution/time_evolution_dynamical.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ function _DFDIncreaseReduceAffect!(integrator)
131131
copyto!(integrator.u, mat2vec(ρt))
132132
# By doing this, we are assuming that the system is time-independent and f is a MatrixOperator
133133
integrator.f = ODEFunction{true,FullSpecialize}(MatrixOperator(L))
134-
integrator.p = merge(internal_params, (dfd_ρt_cache = similar(integrator.u), ))
134+
integrator.p = merge(internal_params, (dfd_ρt_cache = similar(integrator.u),))
135135
_mesolve_callbacks_new_e_ops!(integrator, e_ops2)
136136

137137
return nothing

0 commit comments

Comments
 (0)