| Icon | Member | Description |
|---|---|---|
| InsertQubitsAtEnd(IQuantumRegister) |
Append another register to this one.
| |
| InsertQubitsAtEnd(array<IQuantumRegister>[]()[]) |
Append a set of registers to this register, in the same order as
the array.
| |
| InsertQubitsAtEnd(IQubit) |
Append a single qubit to the register.
| |
| InsertQubitsAtEnd(Int32) |
Append a specific number of qubits to the register.
| |
| InsertQubitsAtEnd(Int32, Boolean) |
Append a specific number of qubits to the register, initialized to the specified
value.
|