Cove - A Practical Quantum Computer Programming Framework
OperationZGate Method (Indexes)
NamespacesCove.LocalSimulationQuantumRegisterOperationZGate(array<Int32>[]()[])
Perform the Z gate operation to the qubits at the specified indexes.
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister OperationZGate(
	int[] Indexes
)
Public Function OperationZGate ( _
	Indexes As Integer() _
) As IQuantumRegister
public:
virtual IQuantumRegister^ OperationZGate(
	array<int>^ Indexes
) sealed
Parameters
Indexes (array< Int32 >[]()[])
Indexes of qubits to apply the operation to.
Return Value
A reference to this register after the operation has been applied.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if any of the indexes 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)