OperatorRightVectorMult.adjoint¶
-
property
OperatorRightVectorMult.
adjoint
¶ Adjoint of this operator.
The adjoint of the operator right vector multiplication is the left multiplication of the given operator by the complex conjugate of the given vector.
OperatorRightVectorMult(op, y).adjoint == OperatorLeftVectorMult(op.adjoint, y.conj())
- Returns
- adjoint
OperatorLeftVectorMult
- adjoint
- Raises
- OpNotImplementedError
If the underlying operator is non-linear.