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
Copy file name to clipboardExpand all lines: src/time_evolution/mesolve.jl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ where
33
33
# Arguments
34
34
35
35
- `H`: Hamiltonian of the system ``\hat{H}``. It can be either a [`QuantumObject`](@ref), a [`QuantumObjectEvolution`](@ref), or a `Tuple` of operator-function pairs.
36
-
- `ψ0`: Initial state of the system ``|\psi(0)\rangle``. It can be either a [`KetQuantumObject`](@ref) or a [`OperatorQuantumObject`](@ref) for mixed states.
36
+
- `ψ0`: Initial state of the system ``|\psi(0)\rangle``. It can be either a [`Ket`](@ref) or a [`Operator`](@ref).
37
37
- `tlist`: List of times at which to save either the state or the expectation values of the system.
38
38
- `c_ops`: List of collapse operators ``\{\hat{C}_n\}_n``. It can be either a `Vector` or a `Tuple`.
39
39
- `e_ops`: List of operators for which to calculate expectation values. It can be either a `Vector` or a `Tuple`.
@@ -121,7 +121,7 @@ where
121
121
# Arguments
122
122
123
123
- `H`: Hamiltonian of the system ``\hat{H}``. It can be either a [`QuantumObject`](@ref), a [`QuantumObjectEvolution`](@ref), or a `Tuple` of operator-function pairs.
124
-
- `ψ0`: Initial state of the system ``|\psi(0)\rangle``. It can be either a [`KetQuantumObject`](@ref) or a [`OperatorQuantumObject`](@ref) for mixed states.
124
+
- `ψ0`: Initial state of the system ``|\psi(0)\rangle``. It can be either a [`Ket`](@ref) or a [`Operator`](@ref).
125
125
- `tlist`: List of times at which to save either the state or the expectation values of the system.
126
126
- `c_ops`: List of collapse operators ``\{\hat{C}_n\}_n``. It can be either a `Vector` or a `Tuple`.
127
127
- `alg`: The algorithm for the ODE solver. The default value is `Tsit5()`.
Copy file name to clipboardExpand all lines: src/time_evolution/smesolve.jl
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Above, ``\hat{C}_n`` represent the operators related to pure dissipation, while
45
45
# Arguments
46
46
47
47
- `H`: Hamiltonian of the system ``\hat{H}``. It can be either a [`QuantumObject`](@ref), a [`QuantumObjectEvolution`](@ref), or a `Tuple` of operator-function pairs.
48
-
- `ψ0`: Initial state of the system ``|\psi(0)\rangle``. It can be either a [`KetQuantumObject`](@ref) or a [`OperatorQuantumObject`](@ref) for mixed states.
48
+
- `ψ0`: Initial state of the system ``|\psi(0)\rangle``. It can be either a [`Ket`](@ref) or a [`Operator`](@ref).
49
49
- `tlist`: List of times at which to save either the state or the expectation values of the system.
50
50
- `c_ops`: List of collapse operators ``\{\hat{C}_n\}_n``. It can be either a `Vector` or a `Tuple`.
51
51
- `sc_ops`: List of measurement collapse operators ``\{\hat{S}_n\}_n``. It can be either a `Vector` or a `Tuple`.
@@ -166,7 +166,7 @@ Above, ``\hat{C}_n`` represent the operators related to pure dissipation, while
166
166
# Arguments
167
167
168
168
- `H`: Hamiltonian of the system ``\hat{H}``. It can be either a [`QuantumObject`](@ref), a [`QuantumObjectEvolution`](@ref), or a `Tuple` of operator-function pairs.
169
-
- `ψ0`: Initial state of the system ``|\psi(0)\rangle``. It can be either a [`KetQuantumObject`](@ref) or a [`OperatorQuantumObject`](@ref) for mixed states.
169
+
- `ψ0`: Initial state of the system ``|\psi(0)\rangle``. It can be either a [`Ket`](@ref) or a [`Operator`](@ref).
170
170
- `tlist`: List of times at which to save either the state or the expectation values of the system.
171
171
- `c_ops`: List of collapse operators ``\{\hat{C}_n\}_n``. It can be either a `Vector` or a `Tuple`.
172
172
- `sc_ops`: List of measurement collapse operators ``\{\hat{S}_n\}_n``. It can be either a `Vector` or a `Tuple`.
@@ -277,7 +277,7 @@ Above, ``\hat{C}_n`` represent the operators related to pure dissipation, while
277
277
# Arguments
278
278
279
279
- `H`: Hamiltonian of the system ``\hat{H}``. It can be either a [`QuantumObject`](@ref), a [`QuantumObjectEvolution`](@ref), or a `Tuple` of operator-function pairs.
280
-
- `ψ0`: Initial state of the system ``|\psi(0)\rangle``. It can be either a [`KetQuantumObject`](@ref) or a [`OperatorQuantumObject`](@ref) for mixed states.
280
+
- `ψ0`: Initial state of the system ``|\psi(0)\rangle``. It can be either a [`Ket`](@ref) or a [`Operator`](@ref).
281
281
- `tlist`: List of times at which to save either the state or the expectation values of the system.
282
282
- `c_ops`: List of collapse operators ``\{\hat{C}_n\}_n``. It can be either a `Vector` or a `Tuple`.
283
283
- `sc_ops`: List of measurement collapse operators ``\{\hat{C}_n\}_n``. It can be either a `Vector` or a `Tuple`.
0 commit comments