qiskit.quantum_info.Pauli.delete¶ Pauli.delete(qubits)[소스]¶ Return a Pauli with qubits deleted. 매개변수 qubits (int or list) – qubits to delete from Pauli. 반환 the resulting Pauli with the specified qubits removed. 반환 형식 Pauli 예외 발생 QiskitError – if ind is out of bounds for the array size or number of qubits.