Skip to content

Commit 9428946

Browse files
authored
Specify IGate meaning in the docs (#15462)
1 parent d19e714 commit 9428946

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • qiskit/circuit/library/standard_gates

qiskit/circuit/library/standard_gates/i.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
class IGate(SingletonGate):
2323
r"""Identity gate.
2424
25-
Identity gate corresponds to a single-qubit gate wait cycle,
26-
and should not be optimized or unrolled (it is an opaque gate).
25+
This typically represents a single-qubit idle cycle.
26+
For device-specific information, refer to the device's :class:`.Target`.
2727
2828
Can be applied to a :class:`~qiskit.circuit.QuantumCircuit`
2929
with the :meth:`~qiskit.circuit.QuantumCircuit.i` and

0 commit comments

Comments
 (0)