GateDagger {QCSimulator} | R Documentation |
Gate dagger of a vector
Description
This function performs a gate dagger transformation. It performs the transpose of the complex conjugate of the unitary matrix
Usage
GateDagger(a)
Arguments
a |
Matrix a |
Value
gateDagger The result of performing gate dagger function
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()
GateDagger(TGate(I2))
[Package QCSimulator version 0.0.1 Index]