qiskit.opflow.commutator¶
- commutator(op_a, op_b)[source]¶
Deprecated: Compute commutator of op_a and op_b.
\[AB - BA.\]Deprecated since 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.- Parameters
op_a (OperatorBase) -- Operator A
op_b (OperatorBase) -- Operator B
- Returns
the commutator
- Return type