Cove - A Practical Quantum Computer Programming Framework
InsertQubitsAtEnd Method (RegisterToAppend)
NamespacesCove.LocalSimulationQuantumRegisterInsertQubitsAtEnd(IQuantumRegister)
Append another register to this one.
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister InsertQubitsAtEnd(
	IQuantumRegister RegisterToAppend
)
Public Function InsertQubitsAtEnd ( _
	RegisterToAppend As IQuantumRegister _
) As IQuantumRegister
public:
virtual IQuantumRegister^ InsertQubitsAtEnd(
	IQuantumRegister^ RegisterToAppend
) sealed
Parameters
RegisterToAppend (IQuantumRegister)
Register to append. Passing null is valid and has no effect on the register.
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)