OperatorComp.adjoint¶
-
property
OperatorComp.
adjoint
¶ Adjoint of this operator.
The adjoint of the operator composition is the composition of the operator adjoints in reverse order:
OperatorComp(left, right).adjoint == OperatorComp(right.adjoint, left.adjoint)
- Returns
- adjoint
OperatorComp
- adjoint
- Raises
- OpNotImplementedError
If any of the underlying operators are non-linear.