Learn R Programming

QGameTheory (version 0.1.2)

Ry: Rotation operation about y-axis of the Bloch sphere

Description

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

Usage

Ry(n, theta)

Arguments

n

a vector/matrix

theta

an angle

Value

A vector or a matrix after operating the Rotation gate about the y-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()
Ry(Q$Q1, pi/3)

# }

Run the code above in your browser using DataLab