Skip to content

Commit

Permalink
Update benchmarks/test_pauli_string_benchmark.py
Browse files Browse the repository at this point in the history
Co-authored-by: James E T Smith <[email protected]>
  • Loading branch information
stand-by and jamesETsmith authored Aug 1, 2024
1 parent c436a98 commit 4f05248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/test_pauli_string_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4f05248

Please sign in to comment.