Skip to content

Commit 91e4a66

Browse files
Update dynamic_qft.py
Co-authored-by: Lukas Burgholzer <burgholzer@me.com> Signed-off-by: Patrick Hopf <81010725+flowerthrower@users.noreply.github.com>
1 parent b5a0fb1 commit 91e4a66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mqt/bench/benchmarks/dynamic_qft.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
def create_circuit(num_qubits: int) -> QuantumCircuit:
2121
"""Returns a quantum circuit implementing the Dynamic Quantum Fourier Transform algorithm.
2222
23-
More details on the “Semiclassical Fourier Transform for Quantum Computation” can be seen in https://arxiv.org/abs/quant-ph/9511007
23+
More details on the “Semiclassical Fourier Transform for Quantum Computation” can be found in https://arxiv.org/abs/quant-ph/9511007
2424
2525
Arguments:
2626
num_qubits: number of qubits of the returned quantum circuit

0 commit comments

Comments
 (0)