We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IGate
1 parent d19e714 commit 9428946Copy full SHA for 9428946
1 file changed
qiskit/circuit/library/standard_gates/i.py
@@ -22,8 +22,8 @@
22
class IGate(SingletonGate):
23
r"""Identity gate.
24
25
- Identity gate corresponds to a single-qubit gate wait cycle,
26
- and should not be optimized or unrolled (it is an opaque gate).
+ This typically represents a single-qubit idle cycle.
+ For device-specific information, refer to the device's :class:`.Target`.
27
28
Can be applied to a :class:`~qiskit.circuit.QuantumCircuit`
29
with the :meth:`~qiskit.circuit.QuantumCircuit.i` and
0 commit comments