Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add rv3 to changelog #263

Merged
merged 9 commits into from
Mar 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 0 additions & 84 deletions .github/workflows/pytket_docs.yml

This file was deleted.

12 changes: 10 additions & 2 deletions pytket/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,16 @@ API changes:
* The ``QubitPauliOperator.from_OpenFermion`` and
``QubitPauliOperator.to_OpenFermion`` methods are removed.

Major new features:

* New methods for mapping logical to physical circuits for some ``Architecture``.
The new method will use a list of user-given methods, each of them suitable only
for a specific set of subcircuits. Users can add their own methods if they want to.
All compiler passes in pytket are updated to use the new methods.
The methods already given by pytket are ``LexiRouteRoutingMethod``,
``LexiLabellingMethod``, ``MultiGateReorderRoutingMethod``,
``AASRouteRoutingMethod`` and ``AASLabellingMethod``.

Minor new features:

* Add ``delay_measures`` option to ``DefaultMappingPass``.
Expand All @@ -45,8 +55,6 @@ Minor new features:
* Add ``opgroups`` property to ``Circuit``.
* ``Architecture`` has new ``valid_operation`` method which returns true if passed UnitIDs that respect
architecture constraints.
* New methods for mapping logical to physical circuits for some ``Architecture``: ``LexiRouteRoutingMethod``,
``LexiLabellingMethod``, ``MultiGateReorderRoutingMethod``.

0.19.2 (February 2022)
----------------------
Expand Down