Perform the Fredkin operation (controlled swap).
| C# | Visual Basic | Visual C++ |
public IQuantumRegister OperationFredkin()
Public Function OperationFredkin As IQuantumRegister
public: virtual IQuantumRegister^ OperationFredkin() sealed
A reference to this register after the operation has been applied.
| Exception | Condition |
|---|---|
| SizeMismatchException | Thrown if this is not a register of 3 qubits |