CY {QuantumOps} | R Documentation |
CY
Description
If no argument is supplied, returns the matrix of Controlled-Y gate. If ket given as input, applies a Controlled-Y gate to the input ket and returns the resulting ket
Usage
CY(...)
Arguments
... |
No argument, or 4 dimensional (2 qubit) ket (column vector) that is input to the gate |
Value
Matix of the Controlled-Y gate or ket after a Controlled-Y gate is applied
Examples
CY(ket(1,1,1,1))
CY()
[Package QuantumOps version 3.0.1 Index]