Cove - A Practical Quantum Computer Programming Framework
SetTargetQubit Method (NewTarget)
NamespacesCove.BaseIQubitOperationSetTargetQubit(Int32)
Set the target index of this single qubit operation.
Declaration Syntax
C#Visual BasicVisual C++
void SetTargetQubit(
	int NewTarget
)
Sub SetTargetQubit ( _
	NewTarget As Integer _
)
void SetTargetQubit(
	int NewTarget
)
Parameters
NewTarget (Int32)

[Missing <param> documentation for "NewTarget"]

Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if the target is less than 0.

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