-
Notifications
You must be signed in to change notification settings - Fork 2
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
Added check for hybrid Control/Matrix Gate classes + test #106
Added check for hybrid Control/Matrix Gate classes + test #106
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good work, @juanboschero !
Please consider my review as a set of comments and questions. I leave the final approval to Chris and Pablo.
Thanks!
Your implementation is correct but doesn't scale I just had this idea, instead of my earlier comment: |
2b5ce76
to
22b0a54
Compare
22b0a54
to
2b68d1f
Compare
fbd81d2
to
fa0592c
Compare
Make sure you rebase on top of latest |
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.10 to 9.5.11. - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.10...9.5.11) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Configured equivalence of gates from subclass to base class - Renamed get_matrix to get_matrix_after_qubit_remapping and moved function to matrix_expander - Added tests to check equivalence between MatrixGate and ControlGate objects removed union import from squirrel_ir
fa0592c
to
63b64d7
Compare
…and-a-controlledgate
No description provided.