Main Content
idGate
Installation Required: This functionality requires MATLAB Support Package for Quantum Computing.
Syntax
Description
applies an identity gate to a single target qubit and returns a g
= idGate(targetQubit
)quantum.gate.SimpleGate
object.
If targetQubit
is a vector of qubit indices,
idGate
returns a column vector of gates, where g(i)
represents an identity gate applied to a qubit with index
targetQubit(i)
.
Examples
Input Arguments
More About
Version History
Introduced in R2023a