Rz {QGameTheory}R Documentation

Rotation operation about z-axis of the Bloch sphere

Description

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

Usage

Rz(n, theta)

Arguments

n

a vector/matrix

theta

an angle

Value

A vector or a matrix after operating the Rotation gate about the z-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

init()
Rz(Q$Q1, pi)


[Package QGameTheory version 0.1.2 Index]