Skip to content

Commit 672c9d1

Browse files
committed
fix typo
1 parent 5b44428 commit 672c9d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qobj/synonyms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ScalarOperator(0.0 + 0.0im) * MatrixOperator(20 × 20)
4444
```
4545
"""
4646
QobjEvo(op::QuantumObject, f::Function; type::Union{Nothing,QuantumObjectType} = nothing) =
47-
QobjEvo(((op, f),); type = type)
47+
QuantumObjectEvolution(op, f; type = type)
4848

4949
@doc raw"""
5050
QobjEvo(op_func_list::Union{Tuple,AbstractQuantumObject}, α::Union{Nothing,Number}=nothing; type::Union{Nothing, QuantumObjectType}=nothing)

0 commit comments

Comments
 (0)