qiskit.quantum_info.Pauli.delete¶ Pauli.delete(qubits)[source]¶ Return a Pauli with qubits deleted. Paramètres qubits (int or list) – qubits to delete from Pauli. Renvoie the resulting Pauli with the specified qubits removed. Type renvoyé Pauli Lève QiskitError – if ind is out of bounds for the array size or number of qubits.