I operation

Namespace: Microsoft.Quantum.Intrinsic

Package: Microsoft.Quantum.QSharp.Core

Performs the identity operation (no-op) on a single qubit.

operation I (target : Qubit) : Unit is Adj + Ctl

Input

target : Qubit

Output : Unit

Remarks

This is a no-op. It is provided for completeness and because sometimes it is useful to call the identity in an algorithm or to pass it as a parameter.