Ry {QuantumOps}R Documentation

Ry

Description

If no second argument is supplied, returns the matrix of an Ry rotation gate of the specified radians. If ket given as second argument, applies the Ry gate to the input ket and returns the resulting ket.

Usage

Ry(theta,...)

Arguments

theta

Radians to phase rotate the ket around the y-axis

...

No argument, or ket (column vector) that is input to the gate

Value

Matix of the Rz gate or ket after an Rz gate is applied

Examples

 Ry(pi,ket(1,0))
 Ry(pi)

[Package QuantumOps version 3.0.1 Index]