This is the accompanying program used in the paper "Optimizing Quantum Fourier Transform Simulation on GPU". The program was originally written in NVIDIA SDK (here), ported to CUDA and modified.
CUDA 10.0.0 or later
libquantum 1.1.1 (don't forget to link the newly installed library, e.g. sudo ldconfig)
Simply run makefile:
make
./qft B [V]
B = Number of qubits
V = version of the GPU algorithm
for more info please contact: farizmade[at]yahoo.com