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
3434const dag = adjoint
3535
3636@doc raw """
37- matrix_element(i::QuantumObject, A::QuantumObject j::QuantumObject)
37+ matrix_element(i::QuantumObject, A::QuantumObject, j::QuantumObject)
3838
3939Compute the generalized dot product `dot(i, A*j)` between three [`QuantumObject`](@ref): ``\l angle i | \h at{A} | j \r angle``
4040
@@ -61,7 +61,7 @@ const operator_to_vector = mat2vec
6161
6262Matrix square root of [`Operator`](@ref) type of [`QuantumObject`](@ref)
6363
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.
6565"""
6666sqrtm (A:: QuantumObject{Operator} ) = sqrt (A)
6767
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
1414# Fields (Attributes)
1515
1616- `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.
1818- `dimensions::AbstractDimensions`: The dimensions of the Hilbert space.
1919- `kwargs::KWT`: Generic keyword arguments.
2020
You can’t perform that action at this time.
0 commit comments