qiskit.opflow.OperatorBase.adjoint¶
- abstract OperatorBase.adjoint()[Quellcode]¶
Return a new Operator equal to the Operator’s adjoint (conjugate transpose), overloaded by
~
. For StateFns, this also turns the StateFn into a measurement.- Rückgabetyp
- Rückgabe
An
OperatorBase
equivalent to the adjoint of self.