Cove - A Practical Quantum Computer Programming Framework
OperationSGate Method
NamespacesCove.LocalSimulationQuantumRegisterOperationSGate()()()
Apply the S gate (phase gate) to the qubit.
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister OperationSGate()
Public Function OperationSGate As IQuantumRegister
public:
virtual IQuantumRegister^ OperationSGate() sealed
Return Value
A reference to this register after the operation has been applied.
Exceptions
ExceptionCondition
SizeMismatchExceptionThrown if the register contains more than one qubit.

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