Learn R Programming

QGameTheory (version 0.1.2)

Rx: Rotation operation about x-axis of the Bloch sphere

Description

This function operates the Rotation gate about the x-axis of the Bloch sphere by an angle theta on a conformable input matrix n.

Usage

Rx(n, theta)

Arguments

n

a vector/matrix

theta

an angle

Value

A vector or a matrix after operating the Rotation gate about the x-axis of the Bloch sphere, by an angle theta, on a conformable input matrix or a vector n

References

https://en.wikipedia.org/wiki/Quantum_logic_gate http://www2.optics.rochester.edu/~stroud/presentations/muthukrishnan991/LogicGates.pdf http://www.physics.udel.edu/~msafrono/650/Lecture%204%20-%205.pdf

Examples

Run this code
# NOT RUN {
init()
Rx(Q$Q0, pi/6)

# }

Run the code above in your browser using DataLab