qiskit.quantum_info.Pauli.kron¶ Pauli.kron(other)[source]¶ DEPRECATED: Kronecker product of two paulis. This function is deprecated. Use expand() instead. Order is $P_2 (other) otimes P_1 (self)$ Parameters other (Pauli) – P2 Returns self Return type Pauli