Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloAndresCQ committed Sep 9, 2024
1 parent 13555ea commit e115cda
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Changelog
~~~~~~~~~

Unreleased
----------

* API breaking changes
* Removed `use_kahypar` option from Config. It can still be set via the `simulate` option `compilation_params`.

* New feature: `simulate` now accepts pytket circuits with `Measure`, `Reset`, `Conditional`, `ClassicalExpBox` and more classical operations. You can now retrieve classical bit values using `get_bits`.
* When calling `simulate`, the gates on the circuit are no longer sorted by default. Use `compilation_params["sort_gates"] = True` to recover this behaviour, which is now deprecated.

0.7.1 (July 2024)
-----------------

Expand Down

0 comments on commit e115cda

Please sign in to comment.