| Icon | Member | Description |
|---|---|---|
| InsertQubits(Int32, IQuantumRegister) |
Insert a quantum register into this one.
| |
| InsertQubits(Int32, array<IQuantumRegister>[]()[]) |
Insert quantum registers into this one.
| |
| InsertQubits(Int32, IQubit) |
Insert a single qubit into the register.
| |
| InsertQubits(Int32, array<IQubit>[]()[]) |
Insert multiple qubits to the register.
| |
| InsertQubits(Int32, Int32) |
Insert qubits into an arbitrary location in the register.
| |
| InsertQubits(Int32, Int32, Boolean) |
Insert qubits into an arbitrary location in the register.
|