Rx {QuantumOps}R Documentation

Rx

Description

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

Usage

Rx(theta,...)

Arguments

theta

Radians to phase rotate the ket around the x-axis

...

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

Value

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

Examples

 Rx(pi,ket(1,0))
 Rx(pi)

[Package QuantumOps version 3.0.1 Index]