qiskit.quantum_info.anti_commutator¶ anti_commutator(a, b)[source]¶ Compute anti-commutator of a and b. \[ab + ba.\] Paramètres a (OperatorTypeT) – Operator a. b (OperatorTypeT) – Operator b. Renvoie The anti-commutator Type renvoyé OperatorTypeT