Performs an exact inversion of Quantum Fourier Transform (see QFT(QuantumComputer, Register)).
Assembly: Quantum (in Quantum.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- comp
- Type: Quantum QuantumComputer
The QuantumComputer instance.
- register
- Type: Quantum Register
The Register on which the operation is performed.
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