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.
| C# | Visual Basic | Visual C++ |
public IQuantumRegister GetCompleteRegister()
Public Function GetCompleteRegister As IQuantumRegister
public: virtual IQuantumRegister^ GetCompleteRegister() sealed
The register that contains the whole set of qubits that have ever
been part of this register.
| Exception | Condition |
|---|---|
| NotImplementedException | This method is not yet
implemented. |