Standard¶
- class Standard(num_qubits)[source]¶
The Standard IQFT.
The standard version of the IQFT is simply the inverse of a plain QFT.
- Parameters
num_qubits (
int
) – The number of qubits
Methods
Standard.construct_circuit
([mode, qubits, …])Construct the circuit.