@@ -140,7 +140,7 @@ function sesolve(
140140 H:: Union{AbstractQuantumObject{Operator},Tuple} ,
141141 ψ0:: QuantumObject{Ket} ,
142142 tlist:: AbstractVector ;
143- alg:: AbstractODEAlgorithm = Vern7 (lazy= false ),
143+ alg:: AbstractODEAlgorithm = Vern7 (lazy = false ),
144144 e_ops:: Union{Nothing,AbstractVector,Tuple} = nothing ,
145145 params = NullParameters (),
146146 progress_bar:: Union{Val,Bool} = Val (true ),
@@ -172,7 +172,7 @@ function sesolve(
172172 end
173173end
174174
175- function sesolve (prob:: TimeEvolutionProblem , alg:: AbstractODEAlgorithm = Vern7 (lazy= false ); kwargs... )
175+ function sesolve (prob:: TimeEvolutionProblem , alg:: AbstractODEAlgorithm = Vern7 (lazy = false ); kwargs... )
176176 sol = solve (prob. prob, alg; kwargs... )
177177
178178 return _gen_sesolve_solution (sol, prob. times, prob. dimensions)
@@ -227,7 +227,7 @@ function sesolve_map(
227227 H:: Union{AbstractQuantumObject{Operator},Tuple} ,
228228 ψ0:: AbstractVector{<:QuantumObject{Ket}} ,
229229 tlist:: AbstractVector ;
230- alg:: AbstractODEAlgorithm = Vern7 (lazy= false ),
230+ alg:: AbstractODEAlgorithm = Vern7 (lazy = false ),
231231 ensemblealg:: EnsembleAlgorithm = EnsembleThreads (),
232232 e_ops:: Union{Nothing,AbstractVector,Tuple} = nothing ,
233233 params:: Union{NullParameters,Tuple} = NullParameters (),
@@ -267,7 +267,7 @@ sesolve_map(H::Union{AbstractQuantumObject{Operator},Tuple}, ψ0::QuantumObject{
267267function sesolve_map (
268268 prob:: TimeEvolutionProblem{<:ODEProblem} ,
269269 iter:: AbstractArray ,
270- alg:: AbstractODEAlgorithm = Vern7 (lazy= false ),
270+ alg:: AbstractODEAlgorithm = Vern7 (lazy = false ),
271271 ensemblealg:: EnsembleAlgorithm = EnsembleThreads ();
272272 prob_func:: Union{Function,Nothing} = nothing ,
273273 output_func:: Union{Tuple,Nothing} = nothing ,
0 commit comments