You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Above, ``\hat{C}_n`` represent the operators related to pure dissipation, while ``\hat{S}_n`` are the measurement operators. The ``dW_n(t)`` term is the real Wiener increment associated to ``\hat{S}_n``. See [Wiseman2009Quantum](@cite) for more details.
44
45
@@ -100,11 +101,12 @@ function smesolveProblem(
100
101
K =get_data(L_evo)
101
102
102
103
Id =I(prod(dims))
104
+
Id_op =IdentityOperator(prod(dims)^2)
103
105
D_l =map(sc_ops_evo_data) do op
104
-
#TODO: Implement the three-argument dot function for SciMLOperators.jl
105
-
#Currently, we are assuming a time-independent MatrixOperator
106
+
#TODO: # Currently, we are assuming a time-independent MatrixOperator
107
+
#Also, the u state may become non-hermitian, so Tr[Sn * ρ + ρ * Sn'] != real(Tr[Sn * ρ]) / 2
Above, ``\hat{C}_n`` represent the operators related to pure dissipation, while ``\hat{S}_n`` are the measurement operators. The ``dW_n(t)`` term is the real Wiener increment associated to ``\hat{S}_n``. See [Wiseman2009Quantum](@cite) for more details.
165
168
@@ -271,6 +274,7 @@ is the Lindblad superoperator, and
Above, ``\hat{C}_n`` represent the operators related to pure dissipation, while ``\hat{S}_n`` are the measurement operators. The ``dW_n(t)`` term is the real Wiener increment associated to ``\hat{S}_n``. See [Wiseman2009Quantum](@cite) for more details.
0 commit comments