Cove - A Practical Quantum Computer Programming Framework
OperationSGate Method (Indexes)
NamespacesCove.LocalSimulationQuantumRegisterOperationSGate(array<Int32>[]()[])
Apply the S gate (phase gate) to the qubits at the indexes specified.
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister OperationSGate(
	int[] Indexes
)
Public Function OperationSGate ( _
	Indexes As Integer() _
) As IQuantumRegister
public:
virtual IQuantumRegister^ OperationSGate(
	array<int>^ Indexes
) sealed
Parameters
Indexes (array< Int32 >[]()[])
Indexes of the qubits to apply the indexes to.
Return Value
A reference to this register after the operation has been applied.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if any of the indexes specified are out of range.
NotImplementedExceptionThis method is not yet implemented.

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