We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc19f9d commit c9cdc67Copy full SHA for c9cdc67
cirq-core/cirq/value/condition.py
@@ -151,8 +151,8 @@ class BitMaskKeyCondition(Condition):
151
- BitMaskKeyCondition.create_equal_mask('a', 13) -> (a & 13) == 13
152
- BitMaskKeyCondition.create_not_equal_mask('a', 13) -> (a & 13) != 13
153
154
- The bits in the bitmask have the same order as the qubits passed to `cirq.measure(...)`. That's the
155
- most significant bit corresponds to the the first (left most) qubit.
+ The bits in the bitmask have the same order as the qubits passed to `cirq.measure(...)`. That's
+ the most significant bit corresponds to the the first (left most) qubit.
156
157
Attributes:
158
- key: Measurement key.
0 commit comments