From f99b40c57facf33db63acc22b616dfc8cf4c1807 Mon Sep 17 00:00:00 2001 From: rtvuser1 Date: Sat, 28 Sep 2024 23:36:46 -0700 Subject: [PATCH] Remove dashes in the QFT benchmark name --- quantum-fourier-transform/qft_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum-fourier-transform/qft_benchmark.py b/quantum-fourier-transform/qft_benchmark.py index 18915b4e..13de9be2 100644 --- a/quantum-fourier-transform/qft_benchmark.py +++ b/quantum-fourier-transform/qft_benchmark.py @@ -40,7 +40,7 @@ def qedc_benchmarks_init(api: str = "qiskit"): # Benchmark Name -benchmark_name = "Quantum-Fourier-Transform" +benchmark_name = "Quantum Fourier Transform" np.random.seed(0)