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: doc/releases/changelog-dev.md
+26-1Lines changed: 26 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -175,7 +175,21 @@ The following classes have been ported over:
175
175
176
176
<h3>Improvements 🛠</h3>
177
177
178
-
* Replaced the O(n²) incremental ``@=`` operator chaining in ``qp.pauli.string_to_pauli_word`` and ``qp.pauli.binary_to_pauli`` with a single ``qp.prod(*tuple_of_ops)`` call, collecting operators via generator expressions. These operators are now much faster for large Pauli strings.
178
+
* With program capture and `for_loop` and `while_loop`, const closure variables with dynamic shapes
179
+
can now be combined with explicit inputs with dynamic shapes when they have matching shapes.
0 commit comments