From 4f05248febd2b064b8007448ef1a91f464f77650 Mon Sep 17 00:00:00 2001 From: Eugene <16805621+stand-by@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:41:35 -0400 Subject: [PATCH] Update benchmarks/test_pauli_string_benchmark.py Co-authored-by: James E T Smith --- benchmarks/test_pauli_string_benchmark.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/test_pauli_string_benchmark.py b/benchmarks/test_pauli_string_benchmark.py index 3a6e4f5..5a06736 100644 --- a/benchmarks/test_pauli_string_benchmark.py +++ b/benchmarks/test_pauli_string_benchmark.py @@ -119,7 +119,7 @@ def benchmark_apply_batch_py(paulis: list, states: list) -> None: def test_apply_batch_n_qubits( # type: ignore[no-untyped-def] benchmark, all_strings_for_qubits, lang, qubits, states, pauli_class, bench_func ) -> None: - """Benchmark PauliString multiplication with provided set of state vector. + """Benchmark PauliString multiplication with provided set of state vectors. Parametrized test case to run the benchmark across all Pauli strings of given length for given PauliString class.