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