qiskit.quantum_info.Pauli.sgn_prod¶ static Pauli.sgn_prod(*args, **kwargs)[source]¶ DEPRECATED: Multiply two Paulis and track the phase. This function is deprecated. The Pauli class now handles full Pauli group multiplication using compose() or dot(). $P_3 = P_1 otimes P_2$: X*Y Parameters p1 (Pauli) – pauli 1 p2 (Pauli) – pauli 2 Returns the multiplied pauli (without phase) complex: the sign of the multiplication, 1, -1, 1j or -1j Return type Pauli