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
@@ -100,8 +100,8 @@ A structure storing the results and some information from solving quantum trajec
100
100
- `states::Vector{Vector{QuantumObject}}`: The list of result states in each trajectory.
101
101
- `expect::Union{AbstractMatrix,Nothing}`: The expectation values (averaging all trajectories) corresponding to each time point in `times`.
102
102
- `expect_all::Union{AbstractMatrix,Nothing}`: The expectation values corresponding to each trajectory and each time point in `times`
103
-
- `jump_times::Vector{Vector{Real}}`: The time records of every quantum jump occurred in each trajectory.
104
-
- `jump_which::Vector{Vector{Int}}`: The indices of the jump operators in `c_ops` that describe the corresponding quantum jumps occurred in each trajectory.
103
+
- `col_times::Vector{Vector{Real}}`: The time records of every quantum jump occurred in each trajectory.
104
+
- `col_which::Vector{Vector{Int}}`: The indices of which collapse operator was responsible for each quantum jump in `col_times`.
105
105
- `converged::Bool`: Whether the solution is converged or not.
106
106
- `alg`: The algorithm which is used during the solving process.
107
107
- `abstol::Real`: The absolute tolerance which is used during the solving process.
0 commit comments