Skip to content

Commit

Permalink
[bugfix] Fix handling of range predicates and scratch bits in QASM co…
Browse files Browse the repository at this point in the history
…nversion (#1022)
  • Loading branch information
cqc-alec authored Sep 14, 2023
1 parent 419953d commit b6a1f30
Show file tree
Hide file tree
Showing 3 changed files with 529 additions and 321 deletions.
10 changes: 10 additions & 0 deletions pytket/docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
=========

Unreleased
----------

Fixes:

* Fix handling of scratch bits in pytket-to-QASM conversion when the source bit
for the scratch is overwritten before the scratch bit is used in a
conditional.

1.20.0rc2 (September 2023)
--------------------------

Expand All @@ -13,6 +22,7 @@ Fixes:
--------------------------

API changes:

* barrier changed from MetaOp to be a BarrierOp

Minor new features:
Expand Down
Loading

0 comments on commit b6a1f30

Please sign in to comment.