qiskit.aqua.operators.list_ops.SummedOp.adjoint¶
-
SummedOp.
adjoint
()¶ Return a new Operator equal to the Operator’s adjoint (conjugate transpose), overloaded by
~
. For StateFns, this also turns the StateFn into a measurement.- Return type
OperatorBase
- Returns
An
OperatorBase
equivalent to the adjoint of self.