Cove - A Practical Quantum Computer Programming Framework
GetCompleteRegister Method
NamespacesCove.BaseIQuantumRegisterGetCompleteRegister()()()
Slices can be used to obtain subsets of a register. This method returns a register that contains the whole set of qubits that have been included in this register. This register will contain the qubits in their original order, regardless of slices.
Declaration Syntax
C#Visual BasicVisual C++
IQuantumRegister GetCompleteRegister()
Function GetCompleteRegister As IQuantumRegister
IQuantumRegister^ GetCompleteRegister()
Return Value
The register that contains the whole set of qubits that have ever been part of this register.

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