Z 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

Applies the Pauli $Z$ gate.

operation Z (qubit : Qubit) : Unit is Adj + Ctl

Description

\begin{align} \sigma_z \mathrel{:=} \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}. \end{align}

Input

qubit : Qubit

Qubit to which the gate should be applied.

Output : Unit