DiagonalOperator.adjoint¶
- property DiagonalOperator.adjoint¶
Adjoint of this operator.
For example, if A and B are operators:
[[A, 0], [0, B]]
The adjoint is given by:
[[A^*, 0], [0, B^*]]
This is only well defined if each sub-operator has an adjoint
- Returns:
- adjoint
DiagonalOperator
The adjoint operator
- adjoint
See also