Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK. Go to the latest version.

qiskit.opflow.anti_commutator

anti_commutator(op_a, op_b)

GitHub

Compute anti-commutator of op_a and op_b.

AB+BA.AB + BA.

Parameters

Returns

the anti-commutator

Return type

OperatorBase

Was this page helpful?
Report a bug or request content on GitHub.