qiskit.opflow.commutator¶
- commutator(op_a, op_b)[source]¶
Deprecated: Compute commutator of op_a and op_b.
\[AB - BA.\]Obsolète depuis la version 0.24.0: The function
qiskit.opflow.utils.commutator()
is deprecated as of qiskit-terra 0.24.0. It will be removed no earlier than 3 months after the release date. For code migration guidelines, visit https://qisk.it/opflow_migration.- Paramètres
op_a (OperatorBase) – Operator A
op_b (OperatorBase) – Operator B
- Renvoie
the commutator
- Type renvoyé