qiskit.aqua.operators.legacy.check_commutativity¶
-
check_commutativity
(op_1, op_2, anti=False)[소스]¶ Check the (anti-)commutativity between two operators.
- 매개변수
op_1 (WeightedPauliOperator) – operator
op_2 (WeightedPauliOperator) – operator
anti (bool) – if True, check anti-commutativity, otherwise check commutativity.
- 반환값
whether or not two operators are commuted or anti-commuted.
- 반환 형식
bool