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

Add circuit compilation + optimization #38

Open
Renmusxd opened this issue Nov 1, 2021 · 1 comment
Open

Add circuit compilation + optimization #38

Renmusxd opened this issue Nov 1, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Renmusxd
Copy link
Owner

Renmusxd commented Nov 1, 2021

Circuits need to be able to be compiled to match the gatesets of specific hardware implementations - furthermore there should be the ability to optimize circuits to reduce gate counts (weighted by the difficulty for each).
In general this problem is intractable, but simulated annealing is reasonably good at it.

@Renmusxd Renmusxd added the enhancement New feature or request label Nov 1, 2021
@Renmusxd
Copy link
Owner Author

Some optimization code (all monte carlo based) included in 91e98a9 but quality is low.

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