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.