Append a specific number of qubits to the register, initialized to the specified
value.
| C# | Visual Basic | Visual C++ |
public IQuantumRegister InsertQubitsAtEnd( int NumberOfQubitsToAdd, bool InitializeTo )
Public Function InsertQubitsAtEnd ( _ NumberOfQubitsToAdd As Integer, _ InitializeTo As Boolean _ ) As IQuantumRegister
public: virtual IQuantumRegister^ InsertQubitsAtEnd( int NumberOfQubitsToAdd, bool InitializeTo ) sealed
- NumberOfQubitsToAdd (Int32)
- The number of qubits to add to to the register.
- InitializeTo (Boolean)
- The value to initialze the qubits to.
A reference to the expanded register.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Thrown if this insert causes the register to
exceed the maximum allowable size. |
| NotImplementedException | This method is not yet
implemented. |