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

Revisit gate fusion for simulation performance improvements #451

Open
stavros11 opened this issue Aug 12, 2021 · 0 comments
Open

Revisit gate fusion for simulation performance improvements #451

stavros11 opened this issue Aug 12, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@stavros11
Copy link
Member

The latest Qiskit state vector simulator shows particularly good performance for various circuits when the fusion_enable flag is True. We should revisit gate fusion for Qibo and check if we can improve performance. If this is observed in multiple circuits we should consider enabling the fusion by default for circuits larger than a pre-defined qubit number (for Qiskit this is 14 qubits).

We could also consider disabling multi-threading CPU (by default) for circuits smaller than 14 qubits, if the single thread performance is better in these cases.

@stavros11 stavros11 added the enhancement New feature or request label Aug 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant