qiskit.quantum_info.PauliList.tensor¶ PauliList.tensor(other)[código fonte]¶ Return the tensor product with each Pauli in the list. Parâmetros other (PauliList) – another PauliList. Retorno the list of tensor product Paulis. Tipo de retorno PauliList Levanta QiskitError – if other cannot be converted to a PauliList, does not have either 1 or the same number of Paulis as the current list.