@@ -21,8 +21,8 @@ QuanEstimation.Lindblad(
21
21
pyconvert (Vector{Vector{Float64}}, ctrl),
22
22
pyconvert (Matrix{ComplexF64}, ρ0),
23
23
pyconvert (Vector, tspan),
24
- pyconvert (Vector{Matrix}, decay_opt),
25
- pyconvert (Vector, γ);
24
+ pyconvert (Vector{Matrix{ComplexF64} }, decay_opt),
25
+ pyconvert (Vector{Float64} , γ);
26
26
kwargs... ,
27
27
)
28
28
@@ -43,8 +43,8 @@ QuanEstimation.Lindblad(
43
43
pyconvert (Vector{Vector{Float64}}, ctrl),
44
44
pyconvert (Vector{ComplexF64}, ψ0),
45
45
pyconvert (Vector, tspan),
46
- pyconvert (Vector{Matrix}, decay_opt),
47
- pyconvert (Vector, γ);
46
+ pyconvert (Vector{Matrix{ComplexF64} }, decay_opt),
47
+ pyconvert (Vector{Float64} , γ);
48
48
kwargs... ,
49
49
)
50
50
@@ -61,8 +61,8 @@ QuanEstimation.Lindblad(
61
61
pyconvert (Vector{Matrix}, dH),
62
62
pyconvert (Vector{ComplexF64}, ψ0),
63
63
pyconvert (Vector, tspan),
64
- pyconvert (Vector{Matrix}, decay_opt),
65
- pyconvert (Vector, γ);
64
+ pyconvert (Vector{Matrix{ComplexF64} }, decay_opt),
65
+ pyconvert (Vector{Float64} , γ);
66
66
kwargs... ,
67
67
)
68
68
@@ -79,8 +79,8 @@ QuanEstimation.Lindblad(
79
79
pyconvert (Vector{Matrix}, dH),
80
80
pyconvert (Matrix{ComplexF64}, ρ0),
81
81
pyconvert (Vector, tspan),
82
- pyconvert (Vector{Matrix}, decay_opt),
83
- pyconvert (Vector, γ);
82
+ pyconvert (Vector{Matrix{ComplexF64} }, decay_opt),
83
+ pyconvert (Vector{Float64} , γ);
84
84
kwargs... ,
85
85
)
86
86
@@ -94,7 +94,7 @@ QuanEstimation.Lindblad(
94
94
pyconvert (Matrix{ComplexF64}, H0),
95
95
pyconvert (Vector{Matrix}, dH),
96
96
pyconvert (Vector{ComplexF64}, ψ0),
97
- pyconvert (Vector, tspan);
97
+ pyconvert (Vector{Float64} , tspan);
98
98
kwargs... ,
99
99
)
100
100
@@ -108,7 +108,7 @@ QuanEstimation.Lindblad(
108
108
pyconvert (Matrix{ComplexF64}, H0),
109
109
pyconvert (Vector{Matrix}, dH),
110
110
pyconvert (Matrix{ComplexF64}, ρ0),
111
- pyconvert (Vector, tspan);
111
+ pyconvert (Vector{Float64} , tspan);
112
112
kwargs... ,
113
113
)
114
114
@@ -151,7 +151,7 @@ QuanEstimation.expm_py(
151
151
pyconvert (Matrix{ComplexF64}, H0),
152
152
pyconvert (Vector{Matrix{ComplexF64}}, dH),
153
153
pyconvert (Vector{Matrix{ComplexF64}}, decay_opt),
154
- pyconvert (Vector, γ),
154
+ pyconvert (Vector{Float64} , γ),
155
155
pyconvert (Vector{Matrix{ComplexF64}}, Hc),
156
156
pyconvert (Vector{Vector{Float64}}, ctrl),
157
157
)
0 commit comments