qiskit.quantum_info.commutator¶ commutator(a, b)[소스]¶ Compute commutator of a and b. \[ab - ba.\] 매개변수 a (OperatorTypeT) – Operator a. b (OperatorTypeT) – Operator b. 반환 The commutator 반환 형식 OperatorTypeT