Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
NoureldinYosri committed Nov 7, 2024
1 parent 5d668e2 commit a372c8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cirq-core/cirq/experiments/z_phase_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def z_phase_calibration_workflow(
cycle_depths: The cycle depths to use.
random_state: The random state to use.
atol: Absolute tolerance to be used by the minimizer.
pool_or_num_workers: An optional multi-processing pool or number of workers.
num_workers_or_pool: An optional multi-processing pool or number of workers.
A zero value means no multiprocessing.
A positivie integer value will create a pool with the given number of workers.
A negative value will create pool with maximum number of workers.
Expand Down Expand Up @@ -209,7 +209,7 @@ def calibrate_z_phases(
cycle_depths=cycle_depths,
random_state=random_state,
atol=atol,
pool_or_num_workers=num_workers_or_pool,
num_workers_or_pool=num_workers_or_pool,
)

gates = {}
Expand Down

0 comments on commit a372c8e

Please sign in to comment.