You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/source/general/changelog/0.5.rst
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,9 @@ For this we provide the following classes:
20
20
QIRO
21
21
----
22
22
23
+
* updated the :ref:`Max Sat QIRO implementation <maxSatQIRO>` to function with :meth:`qrisp.app_sb_phase_polynomial` operator generator.
24
+
* updated the :ref:`Max Independent Set QIRO implementation <maxIndependentSetQIRO>` to work with the controlled version of the :meth:`<qrisp.qaoa.problems.maxIndepSet.create_max_indep_set_mixer>` . Further adjusted all qiroproblem implementations to necessary structural changes.
25
+
* updated the :ref:`QIRO tutorial <Qiro_tutorial>`, added constrained mixer implementation.
23
26
24
27
Compiler upgrades
25
28
-----------------
@@ -32,6 +35,7 @@ Algorithmic primitives
32
35
33
36
* :ref:`A module <phase_polynomials>` for the efficient treatment of Phase polynomials has been implemented.
34
37
* :ref:`Quantum switch-case <qswitch>` can be used to execute a `switch statement <https://en.wikipedia.org/wiki/Switch_statement>`_ in superposition
38
+
* Implemented a :ref:`Dicke state preparation algorithm <DickeStates>`
0 commit comments