qiskit.opflow.commutator¶ commutator(op_a, op_b)[source]¶ Compute commutator of op_a and op_b. \[AB - BA.\] Parameters op_a (OperatorBase) – Operator A op_b (OperatorBase) – Operator B Returns the commutator Return type OperatorBase