Cove - A Practical Quantum Computer Programming Framework
OperationToffoli Method
NamespacesCove.BaseIQuantumRegisterOperationToffoli()()()
Apply the Toffoli (controlled controlled not) operation to the register. The lowest two indexes are the control and the highest is the target.
Declaration Syntax
C#Visual BasicVisual C++
IQuantumRegister OperationToffoli()
Function OperationToffoli As IQuantumRegister
IQuantumRegister^ OperationToffoli()
Return Value
A reference to this register after the operation has been applied.
Exceptions
ExceptionCondition
SizeMismatchExceptionThrown if the register does not contain 3 qubits.
DuplicateIndexesExceptionThrown if the indexes specified refer to the same qubit.

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