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.
1 parent 1df0669 commit aa46a4eCopy full SHA for aa46a4e
src/time_evolution/mesolve.jl
@@ -64,10 +64,7 @@ function mesolveProblem(
64
progress_bar::Union{Val,Bool} = Val(true),
65
inplace::Union{Val,Bool} = Val(true),
66
kwargs...,
67
-) where {
68
- HOpType<:Union{Operator,SuperOperator},
69
- StateOpType<:Union{Ket,Operator,OperatorKet},
70
-}
+) where {HOpType<:Union{Operator,SuperOperator},StateOpType<:Union{Ket,Operator,OperatorKet}}
71
(isoper(H) && isket(ψ0) && isnothing(c_ops)) && return sesolveProblem(
72
H,
73
ψ0,
@@ -173,10 +170,7 @@ function mesolve(
173
170
174
171
175
172
176
177
178
179
180
(isoper(H) && isket(ψ0) && isnothing(c_ops)) && return sesolve(
181
182
0 commit comments