QFTExtension ClassA Sandcastle Documented Class Library
Extensions for performing the Quantum Fourier Transform.
Inheritance Hierarchy

System Object
  Quantum.Operations QFTExtension

Namespace: Quantum.Operations
Assembly: Quantum (in Quantum.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static class QFTExtension

The QFTExtension type exposes the following members.

Methods

  NameDescription
Public methodStatic memberInverseQFT

Performs an exact inversion of Quantum Fourier Transform (see QFT(QuantumComputer, Register)).

Public methodStatic memberQFT

Performs the Quantum Fourier Transform on given Register.

Top
See Also