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
Enable try_matrix & friends for PPR and PPM (#16011)
* Enable `try_matrix` & friends for PPR and PPM
Previously, the `matrix` method was added but not actually used in the codebase. This commit also fixes the commutation checker for PPR with another matrix-based gate, which previously failed since it couldn't extract a matrix from PPR.
* Review comments
- Feature, not bugfix reno
- Add SK test
- Add PPM matrix test (which always is False)
* Add `try_staticNq`
The nalgebra methods are automatically implement if the static methods exist
0 commit comments