-
Notifications
You must be signed in to change notification settings - Fork 9
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
Create a class gate optimizer which will be responsible for making optimizations to the created circuit. #166
base: master
Are you sure you want to change the base?
Conversation
f985249
to
ca4e0bc
Compare
…timizations to the created circuit.
Clang Test Results 145 files + 1 145 suites +1 11m 57s ⏱️ -1s Results for commit db5f190. ± Comparison against base commit e3f0d60. This pull request removes 6 and adds 104 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
ca4e0bc
to
f6a1ee0
Compare
Gcc Test Results 146 files + 1 146 suites +1 35m 45s ⏱️ -2s Results for commit b2ffa4d. ± Comparison against base commit e3f0d60. This pull request removes 6 and adds 104 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Create a class gate optimizer which will be responsible for making optimizations to the created circuit. Currently it just tries to remove redundant selectors, and re-use some other selector by rotating the constraints.