Skip to content

Commit 71664e8

Browse files
Minor changes
1 parent 02c9301 commit 71664e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/time_evolution/mesolve.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ where
3333
# Arguments
3434
3535
- `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).
3737
- `tlist`: List of times at which to save either the state or the expectation values of the system.
3838
- `c_ops`: List of collapse operators ``\{\hat{C}_n\}_n``. It can be either a `Vector` or a `Tuple`.
3939
- `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
121121
# Arguments
122122
123123
- `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).
125125
- `tlist`: List of times at which to save either the state or the expectation values of the system.
126126
- `c_ops`: List of collapse operators ``\{\hat{C}_n\}_n``. It can be either a `Vector` or a `Tuple`.
127127
- `alg`: The algorithm for the ODE solver. The default value is `Tsit5()`.

src/time_evolution/smesolve.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Above, ``\hat{C}_n`` represent the operators related to pure dissipation, while
4545
# Arguments
4646
4747
- `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).
4949
- `tlist`: List of times at which to save either the state or the expectation values of the system.
5050
- `c_ops`: List of collapse operators ``\{\hat{C}_n\}_n``. It can be either a `Vector` or a `Tuple`.
5151
- `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
166166
# Arguments
167167
168168
- `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).
170170
- `tlist`: List of times at which to save either the state or the expectation values of the system.
171171
- `c_ops`: List of collapse operators ``\{\hat{C}_n\}_n``. It can be either a `Vector` or a `Tuple`.
172172
- `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
277277
# Arguments
278278
279279
- `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).
281281
- `tlist`: List of times at which to save either the state or the expectation values of the system.
282282
- `c_ops`: List of collapse operators ``\{\hat{C}_n\}_n``. It can be either a `Vector` or a `Tuple`.
283283
- `sc_ops`: List of measurement collapse operators ``\{\hat{C}_n\}_n``. It can be either a `Vector` or a `Tuple`.

0 commit comments

Comments
 (0)