You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We now have an option to ditch the repetition ids that get prepended to each measurement key. To my understanding, that should better reflect the Stim circuit. quantumlib/Cirq#4997
The text was updated successfully, but these errors were encountered:
- Also maintain compat with current version
- Avoid measure key == qubit name due to circuit diagram change
- Avoid implicit measure key from cirq.measure due to change in the default
- Start using `use_repetition_ids`
Fixes#224
In
Stim/glue/cirq/stimcirq/_stim_to_cirq.py
Line 124 in 4292824
We now have an option to ditch the repetition ids that get prepended to each measurement key. To my understanding, that should better reflect the Stim circuit. quantumlib/Cirq#4997
The text was updated successfully, but these errors were encountered: