-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Add Quantum Full Adder circuit for classical integers #2954
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
major library required for quantum computing
right now we are essentially performing the same task as a classic ripple adder Signed-off-by: rupansh-arch <[email protected]>
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.
We need to get visitors excited about quantum... It would help if we could help them understand why quantum is better then conventional computing.
I will try experimenting with a pure quantum version later. I dont have much experience with quantum computing 😅 |
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.
Thank you for your pull request!🤩
…2954) * requirements: add qiskit major library required for quantum computing * quantum: add quantum ripple adder implementation right now we are essentially performing the same task as a classic ripple adder Signed-off-by: rupansh-arch <[email protected]>
…2954) * requirements: add qiskit major library required for quantum computing * quantum: add quantum ripple adder implementation right now we are essentially performing the same task as a classic ripple adder Signed-off-by: rupansh-arch <[email protected]>
…2954) * requirements: add qiskit major library required for quantum computing * quantum: add quantum ripple adder implementation right now we are essentially performing the same task as a classic ripple adder Signed-off-by: rupansh-arch <[email protected]>
…2954) * requirements: add qiskit major library required for quantum computing * quantum: add quantum ripple adder implementation right now we are essentially performing the same task as a classic ripple adder Signed-off-by: rupansh-arch <[email protected]>
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.Only ripple_adder has doctests because it is the one intended to be used. The separate functions are there for the ease of explanation and understanding