qiskit.opflow.OperatorBase.neg¶
- OperatorBase.neg()[Quellcode]¶
Return the Operator’s negation, effectively just multiplying by -1.0, overloaded by
-
.- Rückgabetyp
- Rückgabe
An
OperatorBase
equivalent to the negation of self.
Return the Operator’s negation, effectively just multiplying by -1.0,
overloaded by -
.
An OperatorBase
equivalent to the negation of self.