qiskit.opflow.anti_commutator¶ anti_commutator(op_a, op_b)[소스]¶ Compute anti-commutator of op_a and op_b. \[AB + BA.\] 매개변수 op_a (OperatorBase) – Operator A op_b (OperatorBase) – Operator B 반환값 the anti-commutator 반환 형식 OperatorBase