qiskit.quantum_info.PauliList.tensor¶ PauliList.tensor(other)[소스]¶ Return the tensor product with each Pauli in the list. 매개변수 other (PauliList) – another PauliList. 반환 the list of tensor product Paulis. 반환 형식 PauliList 예외 발생 QiskitError – if other cannot be converted to a PauliList, does not have either 1 or the same number of Paulis as the current list.