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