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