File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ const trans = transpose
34
34
const dag = adjoint
35
35
36
36
@doc raw """
37
- matrix_element(i::QuantumObject, A::QuantumObject j::QuantumObject)
37
+ matrix_element(i::QuantumObject, A::QuantumObject, j::QuantumObject)
38
38
39
39
Compute the generalized dot product `dot(i, A*j)` between three [`QuantumObject`](@ref): ``\l angle i | \h at{A} | j \r angle``
40
40
@@ -61,7 +61,7 @@ const operator_to_vector = mat2vec
61
61
62
62
Matrix square root of [`Operator`](@ref) type of [`QuantumObject`](@ref)
63
63
64
- Note that for other types of [`QuantumObject`](@ref) use `sprt (A)` instead.
64
+ Note that for other types of [`QuantumObject`](@ref) use `sqrt (A)` instead.
65
65
"""
66
66
sqrtm (A:: QuantumObject{Operator} ) = sqrt (A)
67
67
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ A Julia constructor for handling the `ODEProblem` of the time evolution of quant
14
14
# Fields (Attributes)
15
15
16
16
- `prob::AbstractSciMLProblem`: The `ODEProblem` of the time evolution.
17
- - `times::Abstractvector `: The time list of the evolution.
17
+ - `times::AbstractVector `: The time list of the evolution.
18
18
- `dimensions::AbstractDimensions`: The dimensions of the Hilbert space.
19
19
- `kwargs::KWT`: Generic keyword arguments.
20
20
You can’t perform that action at this time.
0 commit comments