ApplyToFirstQubitCA 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.Canon

Package: Microsoft.Quantum.Standard

Applies operation op to the first qubit in the register. The modifier CA indicates that the operation is controllable and adjointable.

operation ApplyToFirstQubitCA (op : (Qubit => Unit is Adj + Ctl), register : Qubit[]) : Unit is Adj + Ctl

Input

op : Qubit => Unit is Adj + Ctl

An operation to be applied to the first qubit

register : Qubit[]

Qubit array to the first qubit of which the operation is applied

Output : Unit

See Also