Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottrosenberg authored Dec 14, 2023
1 parent 32e5f8d commit e9f2d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-core/cirq/experiments/qubit_characterizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def parallel_single_qubit_randomized_benchmarking(
circuits = []
for num_cfds in num_clifford_range:
for _ in range(num_circuits):
circuits.append(_create_rb_circuit(qubits, num_cfds, c1, cfd_mats))
circuits.append(_create_parallel_rb_circuit(qubits, num_cfds, c1, cfd_mats))

# run circuits
results_all = sampler.run_batch(circuits, repetitions=repetitions)
Expand Down

0 comments on commit e9f2d67

Please sign in to comment.