WalshDiagonalSynthesisPass defaults to RuntimeError #351
-
|
When I try to run a circuit through Here is an example of what I am trying to run: |
Beta Was this translation helpful? Give feedback.
Answered by
edyounis
Nov 10, 2025
Replies: 1 comment 6 replies
-
|
The full error message includes: The WalshDiagonalSynthesisPass is only designed to handle Diagonal matrices, which your input is not. This is documented in the name and the pass documentation. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
mariagg-quantinuum
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The full error message includes:
The WalshDiagonalSynthesisPass is only designed to handle Diagonal matrices, which your input is not. This is documented in the name and the pass documentation.