Cove - A Practical Quantum Computer Programming Framework
SetQubits Method (QubitValues)
NamespacesCove.LocalSimulationQuantumRegisterSetQubits(array<Boolean>[]()[])
Set qubits based on the boolean values given.
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister SetQubits(
	bool[] QubitValues
)
Public Function SetQubits ( _
	QubitValues As Boolean() _
) As IQuantumRegister
public:
virtual IQuantumRegister^ SetQubits(
	array<bool>^ QubitValues
) sealed
Parameters
QubitValues (array< Boolean >[]()[])
Values to set each qubit to. Qubit at position x will be set to the boolean element at position x in QubitValues.
Return Value
A reference to the modified register.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if QubitValues is null.
ArgumentOutOfRangeExceptionThrown if the length of QubitValues does not match the length of the exposed qubits in the register.

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