Inversion of Carry(QuantumComputer, RegisterRef, RegisterRef, RegisterRef, RegisterRef) method.
Namespace: Quantum.OperationsAssembly: Quantum (in Quantum.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- comp
- Type: Quantum QuantumComputer
The QuantumComputer instance.
- rc0
- Type: Quantum RegisterRef
The reference to previous carry qubit.
- ra0
- Type: Quantum RegisterRef
The reference to qubit, for which the carry bit was computed, in the first register.
- rb0
- Type: Quantum RegisterRef
The reference to qubit, for which the carry bit was computed, in the second register.
- rc1
- Type: Quantum RegisterRef
The reference to qubit storing the resulted carry value.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type QuantumComputer. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).See Also