I operation

Warning

This documentation refers to the Classic QDK, which has been replaced by the Modern QDK.

Please see https://aka.ms/qdk.api for the API documentation for the Modern QDK.

Namespace: Microsoft.Quantum.Intrinsic

Package: Microsoft.Quantum.Type2.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.