Cove - A Practical Quantum Computer Programming Framework
InsertQubitsAtBeginning Method
NamespacesCove.BaseIQuantumRegisterInsertQubitsAtBeginning()()()
Members
IconMemberDescription
InsertQubitsAtBeginning(IQuantumRegister)
Add another register to the beginning of this one.

InsertQubitsAtBeginning(array<IQuantumRegister>[]()[])
Append a set of registers to the beginning of this register, in the same order as the array.

InsertQubitsAtBeginning(IQubit)
Add a single qubit to the beginning of the register.

InsertQubitsAtBeginning(array<IQubit>[]()[])
Add a series of qubits to the beginning of the register, in the same order as specified in the array.

InsertQubitsAtBeginning(Int32)
Insert a number of qubits at the beginning of the register. All other qubits are shifted to higher indexes.

InsertQubitsAtBeginning(Int32, Boolean)
Insert a number of qubits at the beginning of the register. All other qubits are shifted to higher indexes.

Assembly: Cove.Base (Module: Cove.Base) Version: 1.0.0.0 (1.0.0.0)