We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b44428 commit 672c9d1Copy full SHA for 672c9d1
src/qobj/synonyms.jl
@@ -44,7 +44,7 @@ ScalarOperator(0.0 + 0.0im) * MatrixOperator(20 × 20)
44
```
45
"""
46
QobjEvo(op::QuantumObject, f::Function; type::Union{Nothing,QuantumObjectType} = nothing) =
47
- QobjEvo(((op, f),); type = type)
+ QuantumObjectEvolution(op, f; type = type)
48
49
@doc raw"""
50
QobjEvo(op_func_list::Union{Tuple,AbstractQuantumObject}, α::Union{Nothing,Number}=nothing; type::Union{Nothing, QuantumObjectType}=nothing)
0 commit comments