OperatorSum.adjoint¶
-
property
OperatorSum.
adjoint
¶ Adjoint of this operator.
The adjoint of the operator sum is the sum of the operator adjoints:
OperatorSum(left, right).adjoint == OperatorSum(left.adjoint, right.adjoint)
- Returns
- adjoint
OperatorSum
- adjoint
- Raises
- OpNotImplementedError
If either of the underlying operators are non-linear.