Cove - A Practical Quantum Computer Programming Framework
InsertQubitsAtEnd Method
NamespacesCove.LocalSimulationQuantumRegisterInsertQubitsAtEnd()()()
Members
IconMemberDescription
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.

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