Skip to content
New issue

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

Mapper performance not generally better #493

Open
jvansomeren opened this issue May 29, 2023 · 0 comments
Open

Mapper performance not generally better #493

jvansomeren opened this issue May 29, 2023 · 0 comments

Comments

@jvansomeren
Copy link
Collaborator

Several tests show that the number of cycles of a test circuit has increased, sometimes dramatically.
What are the differences?

  • swap and cnot are not decomposed: this makes resource use estimation overly conservative and thus the circuit more sequential; I estimate that this make cost around 10% more cycles, so it cannot explain everything
  • the gates entering the mapper are ordered by criticality; that is supposed to be better most of the times

This must be investigated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant