Cove - A Practical Quantum Computer Programming Framework
InsertQubits Method (AtIndex, NumberOfQubitsToAdd)
NamespacesCove.LocalSimulationQuantumRegisterInsertQubits(Int32, Int32)
Insert qubits into an arbitrary location in the register.
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister InsertQubits(
	int AtIndex,
	int NumberOfQubitsToAdd
)
Public Function InsertQubits ( _
	AtIndex As Integer, _
	NumberOfQubitsToAdd As Integer _
) As IQuantumRegister
public:
virtual IQuantumRegister^ InsertQubits(
	int AtIndex, 
	int NumberOfQubitsToAdd
) sealed
Parameters
AtIndex (Int32)
The qubits will be inserted starting at this index. The qubits at this index and after at the existing register will be shifted.
NumberOfQubitsToAdd (Int32)
Number of qubits to insert.
Return Value
A reference to the combined register.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown if this insert causes the register to exceed the maximum allowable size.
NotImplementedExceptionThis method is not yet implemented.

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