Apply the identity operation to the qubits at the specified indexes.
| C# | Visual Basic | Visual C++ |
public IQuantumRegister OperationIdentity( int[] Indexes )
Public Function OperationIdentity ( _ Indexes As Integer() _ ) As IQuantumRegister
public: virtual IQuantumRegister^ OperationIdentity( array<int>^ Indexes ) sealed
- Indexes (array< Int32 >[]()[])
- Indexes to apply the operation to.
A reference to this register after the operation has been applied.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | Thrown if any of the indexes
specified are out of range. |
| NotImplementedException | This method is not yet
implemented. |