Cove - A Practical Quantum Computer Programming Framework
InsertQubitsAtEnd Method (NumberOfQubitsToAdd)
NamespacesCove.LocalSimulationQuantumRegisterInsertQubitsAtEnd(Int32)
Append a specific number of qubits to the register.
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister InsertQubitsAtEnd(
	int NumberOfQubitsToAdd
)
Public Function InsertQubitsAtEnd ( _
	NumberOfQubitsToAdd As Integer _
) As IQuantumRegister
public:
virtual IQuantumRegister^ InsertQubitsAtEnd(
	int NumberOfQubitsToAdd
) sealed
Parameters
NumberOfQubitsToAdd (Int32)
The number of qubits to add to the register.
Return Value
A reference to the expanded 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)