Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpacold committed Feb 10, 2025
1 parent fb34dcb commit 06ffa87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pytket/docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Features:
* Add Python 3.13 support to the ZX module.
* Add :py:meth:`QubitPauliOperator.get_dict` method.
* Add :py:meth:`Circuit.add_circuit_with_map` method.
* Add :py:attr:`Circuit.has_implicit_wireswaps` property.

Fixes:

Expand Down
2 changes: 2 additions & 0 deletions pytket/docs/circuit_class.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ condition on a specified set of bit values.)

.. autoproperty:: is_symbolic

.. autoproperty:: has_implicit_wireswaps

.. automethod:: add_q_register

.. automethod:: get_q_register
Expand Down

0 comments on commit 06ffa87

Please sign in to comment.