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