Cove - A Practical Quantum Computer Programming Framework
OperationFredkin Method (ControlIndex, XIndex, YIndex)
NamespacesCove.LocalSimulationQuantumRegisterOperationFredkin(Int32, Int32, Int32)
Perform the Fredkin operation (controlled swap).
Declaration Syntax
C#Visual BasicVisual C++
public IQuantumRegister OperationFredkin(
	int ControlIndex,
	int XIndex,
	int YIndex
)
Public Function OperationFredkin ( _
	ControlIndex As Integer, _
	XIndex As Integer, _
	YIndex As Integer _
) As IQuantumRegister
public:
virtual IQuantumRegister^ OperationFredkin(
	int ControlIndex, 
	int XIndex, 
	int YIndex
) sealed
Parameters
ControlIndex (Int32)
Index of the control qubit.
XIndex (Int32)
qubit to swap
YIndex (Int32)
qubit to swap
Return Value
A reference to this register after the operation has been applied.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown if the indexes specified do not exist in the register.
DuplicateIndexesExceptionThrown if the indexes specified refer to the same qubit.
NotImplementedExceptionThis method is not yet implemented.

Assembly: Cove.LocalSimulation (Module: Cove.LocalSimulation) Version: 1.0.0.0 (1.0.0.0)