Skip to content

Commit 1b26b6a

Browse files
Update cirq-core/cirq/experiments/qubit_characterizations.py
Co-authored-by: Pavol Juhas <[email protected]>
1 parent f0ebcd2 commit 1b26b6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cirq-core/cirq/experiments/qubit_characterizations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,8 @@ class RBParameters:
352352
repetitions: The number of repetitions of each circuit.
353353
use_xy_basis: Determines if the Clifford gates are built with x and y
354354
rotations (True) or x and z rotations (False).
355-
strict_basis: whether to use only cliffords that can be represented by at
356-
most 2 gates of the choses basis. For example,
355+
strict_basis: whether to use only Cliffords that can be represented by at
356+
most 2 gates of the chosen basis. For example,
357357
if True and use_xy_basis is True, this excludes $I, Z, \sqrt(Z), \-sqrt(Z)^\dagger$.
358358
if True and use_xy_basis is False, this excludes $I, Y, \sqrt(Y), -\sqrt(Y)^\dagger$.
359359
"""

0 commit comments

Comments
 (0)