qml.Y

Y

The Pauli Y operator

\[\begin{split}\sigma_y = \begin{bmatrix} 0 & -i \\ i & 0\end{bmatrix}.\end{split}\]

See also

The equivalent long-form alias PauliY

Details:

  • Number of wires: 1

  • Number of parameters: 0

Parameters

wires (Sequence[int] or int) – the wire the operation acts on

alias of pennylane.ops.qubit.non_parametric_ops.PauliY

Contents

Using PennyLane

Development

API

Internals