Apply the identity operation to the qubit at the specified index.
| C# | Visual Basic | Visual C++ |
IQuantumRegister OperationIdentity( int Index )
Function OperationIdentity ( _ Index As Integer _ ) As IQuantumRegister
IQuantumRegister^ OperationIdentity( int Index )
- Index (Int32)
- Index of the qubit to apply the operation to.
[Missing <returns> documentation for M:Cove.Base.IQuantumRegister.OperationIdentity(System.Int32)]
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | Thrown if the index of the qubit
A reference to this register after the operation has been applied. |