Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
Strilanc committed Sep 24, 2024
1 parent 5b33667 commit f75672e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions doc/python_api_reference_vDev.md
Original file line number Diff line number Diff line change
Expand Up @@ -3339,8 +3339,8 @@ def to_qasm(
This should be set to 2 or to 3.
Differences between the versions are:
- Support for operations on classical bits operations (only version
3). This means DETECTOR and OBSERVABLE_INCLUDE only work with
- Support for operations on classical bits (only version 3).
This means DETECTOR and OBSERVABLE_INCLUDE only work with
version 3.
- Support for feedback operations (only version 3).
- Support for subroutines (only version 3). Without subroutines,
Expand Down
4 changes: 2 additions & 2 deletions doc/stim.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2573,8 +2573,8 @@ class Circuit:
This should be set to 2 or to 3.
Differences between the versions are:
- Support for operations on classical bits operations (only version
3). This means DETECTOR and OBSERVABLE_INCLUDE only work with
- Support for operations on classical bits (only version 3).
This means DETECTOR and OBSERVABLE_INCLUDE only work with
version 3.
- Support for feedback operations (only version 3).
- Support for subroutines (only version 3). Without subroutines,
Expand Down
4 changes: 2 additions & 2 deletions glue/python/src/stim/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -2573,8 +2573,8 @@ class Circuit:
This should be set to 2 or to 3.
Differences between the versions are:
- Support for operations on classical bits operations (only version
3). This means DETECTOR and OBSERVABLE_INCLUDE only work with
- Support for operations on classical bits (only version 3).
This means DETECTOR and OBSERVABLE_INCLUDE only work with
version 3.
- Support for feedback operations (only version 3).
- Support for subroutines (only version 3). Without subroutines,
Expand Down

0 comments on commit f75672e

Please sign in to comment.