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: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,12 @@
26
26
27
27
- Add ccx as another alias for toffoli gate
28
28
29
+
### Changed
30
+
31
+
- Seperate channel auto register for circuit class with unitary and general case
32
+
33
+
- The old standlone depolarizing implementation can now be called via `c.depolarizing_reference`
34
+
29
35
### Fixed
30
36
31
37
- Move `iswap` gate to vgates list
@@ -36,6 +42,8 @@
36
42
37
43
- Fix the use of rev over rev jacobian for hessian method and back to the efficient solution of fwd over rev order due to the solution of nested vmap issue on tf backend
38
44
45
+
- Identify potential bug in `unitary_kraus2` implementation, change to `unitary_kraus` instead
0 commit comments