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
**Context:**
The `ppr_to_ppm` pass has been renamed to `merge_ppr_ppm` (same
functionality). A new `ppr_to_ppm` will handle decomposition of
non-Clifford PPRs into PPMs.
---------
Co-authored-by: David Ittah <[email protected]>
Instead of enabling program capture with Catalyst via `qjit(experimental_capture=True)`, program capture
@@ -42,6 +42,9 @@
42
42
43
43
Disabling program capture can be done with `qml.capture.disable()`.
44
44
45
+
* The `ppr_to_ppm` pass has been renamed to `merge_ppr_ppm` (same functionality). A new `ppr_to_ppm` will handle direct decomposition of PPRs into PPMs.
0 commit comments