Cove - A Practical Quantum Computer Programming Framework
OperationTGate Method
NamespacesCove.LocalSimulationQuantumRegisterOperationTGate()()()
Perform the T gate (pi/8 phase gate) operation on the qubit.
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister OperationTGate()
Public Function OperationTGate As IQuantumRegister
public:
virtual IQuantumRegister^ OperationTGate() sealed
Return Value
A reference to this register after the operation has been applied.
Exceptions
ExceptionCondition
SizeMismatchExceptionThrown if the register does not contain one qubit.

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