We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The error is:
> return SequencePass(passlist) E RuntimeError: Cannot compose these Compiler Passes due to mismatching Predicates of type: GateSetPredicate
This shows up in this test. See for example this workflow run.
The text was updated successfully, but these errors were encountered:
To reproduce the error:
from pytket.extensions.quantinuum import QuantinuumBackend, QuantinuumAPIOffline b = QuantinuumBackend("H1-1LE", api_handler=QuantinuumAPIOffline()) b.default_compilation_pass(3)
Sorry, something went wrong.
GreedyPauliSimp
Phase
cqc-alec
Successfully merging a pull request may close this issue.
The error is:
This shows up in this test. See for example this workflow run.
The text was updated successfully, but these errors were encountered: