Perform the T gate (pi/8 phase gate) operation on the qubit at the specified
index.
| C# | Visual Basic | Visual C++ |
public IQuantumRegister OperationTGate( int Index )
Public Function OperationTGate ( _ Index As Integer _ ) As IQuantumRegister
public: virtual IQuantumRegister^ OperationTGate( int Index ) sealed
- Index (Int32)
- Index of the qubit to apply the operation to.
A reference to this register after the operation has been applied.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | Thrown if the index specified
is out of range. |
| NotImplementedException | This method is not yet
implemented. |