qiskit.quantum_info.Pauli.delete¶ Pauli.delete(qubits)[source]¶ Return a Pauli with qubits deleted. Parameters qubits (int or list) – qubits to delete from Pauli. Returns the resulting Pauli with the specified qubits removed. Return type Pauli Raises QiskitError – if ind is out of bounds for the array size or number of qubits.