RotationGate {QCSimulator}R Documentation

This fucntion applies the rotation gate

Description

This function applies the rotation gate on its input through an angle 't'

Usage

RotationGate(t,a)

Arguments

t

The angle to rotate

a

The vector

Value

result The result of applying the Rotation gate

Note

Maintainer: Tinniam V Ganesh tvganesh.85@gmail.com

Author(s)

Tinniam V Ganesh

References

https://quantumexperience.ng.bluemix.net/
https://gigadom.wordpress.com/2016/06/23/introducing-qcsimulator-a-5-qubit-quantum-computing-simulator-in-r/

See Also

CNOT2_10
PauliX
measurement
plotMeasurement
CNOT5_03
CNOT4_13

Examples

# Initialze global variables
init()
RotationGate(30,q0_)



[Package QCSimulator version 0.0.1 Index]