Apply the CNot operation to the register. (Must be a 2 qubit register.)
The first qubit is the control and the second is the target.
| C# | Visual Basic | Visual C++ |
IQuantumRegister OperationCNot()
Function OperationCNot As IQuantumRegister
IQuantumRegister^ OperationCNot()
A reference to this register after the operation has been applied.
| Exception | Condition |
|---|---|
| SizeMismatchException | Thrown if the number of qubits
the operation applies to does not match the number of qubits in the
register. |
| DuplicateIndexesException | Thrown if the indexes specified
refer to the same qubit. |