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