I would like to perform the Quantum Fourier Transform (QFT) of a sequence of, say, 8
elements. I have then the problem of encoding the sequence of 8
elements into 3
qubits.
My question is how performing this task with Qiskit
.
I would say that one could use the IterativeAmplitudeEstimation
class, but the example at https://github.com/Qiskit/qiskit-aqua/blob/master/test/aqua/test_amplitude_estimation.py under my Qiskit
account, but I receive
No module named 'test.aqua'