-
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
[Feature | Performance] Add circuit module, Merge gates acting on same qubits #14
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.
Thanks @dominikandreasseitz. I think it is worth adding a test for correctness. I would suggest some series of gates including different types of single and multi-qubit gates and asserting equivalent_state
with and without merging. Maybe you can make the merging optional with a boolean defaulting to True?
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.
Thanks! As discussed in the call
circuit
module