Apply the single qubit operation to all qubits in the register.
| C# | Visual Basic | Visual C++ |
IQuantumRegister ApplyOperationAll( IQubitOperation Operation )
Function ApplyOperationAll ( _ Operation As IQubitOperation _ ) As IQuantumRegister
IQuantumRegister^ ApplyOperationAll( IQubitOperation^ Operation )
- Operation (IQubitOperation)
- Operation to apply to all the qubits.
A reference to this register after the operation has been applied.