Cove - A Practical Quantum Computer Programming Framework
OperationTGate Method (Index)
NamespacesCove.LocalSimulationQuantumRegisterOperationTGate(Int32)
Perform the T gate (pi/8 phase gate) operation on the qubit at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister OperationTGate(
	int Index
)
Public Function OperationTGate ( _
	Index As Integer _
) As IQuantumRegister
public:
virtual IQuantumRegister^ OperationTGate(
	int Index
) sealed
Parameters
Index (Int32)
Index of the qubit to apply the operation to.
Return Value
A reference to this register after the operation has been applied.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if the index specified is out of range.
NotImplementedExceptionThis method is not yet implemented.

Assembly: Cove.LocalSimulation (Module: Cove.LocalSimulation) Version: 1.0.0.0 (1.0.0.0)