Cove - A Practical Quantum Computer Programming Framework
OperationTGate Method (Index)
NamespacesCove.BaseIQuantumRegisterOperationTGate(Int32)
Perform the T gate (pi/8 phase gate) operation on the qubit at the specified index.
Declaration Syntax
C#Visual BasicVisual C++
IQuantumRegister OperationTGate(
	int Index
)
Function OperationTGate ( _
	Index As Integer _
) As IQuantumRegister
IQuantumRegister^ OperationTGate(
	int Index
)
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.

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