Skip to content

Commit

Permalink
Circuit : add arbitrary multicontrolled gates
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Sep 11, 2023
1 parent a7d8b43 commit 8242fd1
Show file tree
Hide file tree
Showing 6 changed files with 53,674 additions and 141 deletions.
16 changes: 16 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Changelog

Release notes for ``quimb``.

.. _whats-new.1.6.1:

v1.6.1 (unreleased)
-------------------

**Breaking Changes**

- :class:`~quimb.tensor.Circuit` : remove `target_size` in preparation for
all contraction specifications to be encapsulated at the contract level (e.g.
with `cotengra`)

**Enhancements:**

- :class:`~quimb.tensor.Circuit` : allow any gate to be controlled by any
number of qubits.

.. _whats-new.1.6.0:

v1.6.0 (2023-09-10)
Expand Down
53,346 changes: 53,280 additions & 66 deletions docs/tensor-circuit.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 8242fd1

Please sign in to comment.