-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Add Qiskit Quantum NOT Gate Example Code #3255
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
Conversation
19edcfb
to
afb45e9
Compare
afb45e9
to
52d4a43
Compare
25f8b33
to
e828d35
Compare
@cclauss can you review? |
e828d35
to
222fa19
Compare
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.
Let's match the changes made on lines 12, 14, 29, 30, and 34 of
https://github.com/TheAlgorithms/Python/blob/master/quantum/single_qubit_measure.py
131eda7
to
eb5e285
Compare
2935c16
to
726b43b
Compare
@cclauss thanks for reminding. I overlooked the changes you finally added before merging. |
993609d
to
26db5e6
Compare
2832ffa
to
1587997
Compare
Signed-off-by: Abhishek Jaisingh <[email protected]>
1587997
to
78c281b
Compare
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.
OK.. Let's land this one even though it looks like a how-to-use example rather than a real algorithmic function. The two files we have so far do not help the reader to understand how quantum is better than conventional computing. So far, they are just data goes in and data comes out kind of functions with no story about what the data is and how the answer that comes out 1. makes the world a better place, and 2. is obtained faster or with more accuracy than with conventional computers.
Hey @abhishekjiitr, TravisCI finished with status TravisBuddy Request Identifier: 204a38a0-0d72-11eb-9111-f326d0cb7f09 |
@cclauss Um, is there any reason why you are merging failed commits? |
The commit failed because we autodelete branches once they are merged. This means that the branch may already be gone before Travis and GH Actions have the time to clone them in. |
Ooops... Now I see the problem. Sorry for moving too quickly. |
* Add Qiskit Quantum NOT Gate Example Code * Address Review Comments Signed-off-by: Abhishek Jaisingh <[email protected]>
* Add Qiskit Quantum NOT Gate Example Code * Address Review Comments Signed-off-by: Abhishek Jaisingh <[email protected]>
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.