qiskit.circuit.QuantumCircuit.id¶
- QuantumCircuit.id(qubit)[código fonte]¶
Apply
IGate
.For the full matrix form of this gate, see the underlying gate documentation.
- Parâmetros
qubit (
Union
[Qubit
,QuantumRegister
,int
,slice
,Sequence
[Union
[Qubit
,int
]]]) – The qubit(s) to apply the gate to.- Tipo de retorno
- Retorno
A handle to the instructions created.
Veja também
QuantumCircuit.i: the same function.