qiskit.circuit.QuantumCircuit.id¶
- QuantumCircuit.id(qubit)[source]¶
Apply
IGate
.For the full matrix form of this gate, see the underlying gate documentation.
- প্যারামিটার
qubit (Union[Qubit, QuantumRegister, int, slice, Sequence[Union[Qubit, int]]]) -- The qubit(s) to apply the gate to.
- রিটার্নস
A handle to the instructions created.
- রিটার্ন টাইপ
আরও দেখুন
QuantumCircuit.i: the same function.