Perform the Fredkin operation (controlled swap).
| C# | Visual Basic | Visual C++ |
IQuantumRegister OperationFredkin( int ControlIndex, int XIndex, int YIndex )
Function OperationFredkin ( _ ControlIndex As Integer, _ XIndex As Integer, _ YIndex As Integer _ ) As IQuantumRegister
IQuantumRegister^ OperationFredkin( int ControlIndex, int XIndex, int YIndex )
- ControlIndex (Int32)
- Index of the control qubit.
- XIndex (Int32)
- qubit to swap
- YIndex (Int32)
- qubit to swap
A reference to this register after the operation has been applied.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException | Thrown if the indexes specified do not
exist in the register. |
| DuplicateIndexesException | Thrown if the indexes specified
refer to the same qubit. |