Perform the Y gate operation to the qubit.
| C# | Visual Basic | Visual C++ |
IQuantumRegister OperationYGate()
Function OperationYGate As IQuantumRegister
IQuantumRegister^ OperationYGate()
A reference to this register after the operation has been applied.
| Exception | Condition |
|---|---|
| SizeMismatchException | Thrown if the register does
not contain one qubit. |