-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Adding new arithmetic gates to toctree #13418
Adding new arithmetic gates to toctree #13418
Conversation
One or more of the following people are relevant to this code:
|
Pull Request Test Coverage Report for Build 11813020715Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
@alexanderivrii - thanks for preparing this PR! |
I see that in the sections of "N-local circuits" and "Data encoding circuits" there are two different tables, one for functions and the other for BlueprintCircuits. However, in "Particular Quantum Circuits" there is a single table for functions and QuantumCircuits. Also: StatePreparation and Initialize are not BlueprintCircuits. Do they deserve their own section ? |
Addressing additional Shelly's comments in a4b551c: state preparation circuit should have their own paragraph (done) and the long table on particular quantum circuits should be split into two (done). |
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.
LGTM, thanks @alexanderivrii
* fixing docstrings of new adder gates and adding these gates to toctree * move random_bitwise_xor to table * adding qaoa to toctree * adding missing parenthesis to docstring * addressing Shelly's comments --------- Co-authored-by: Julien Gacon <[email protected]> (cherry picked from commit 3a5257d)
* fixing docstrings of new adder gates and adding these gates to toctree * move random_bitwise_xor to table * adding qaoa to toctree * adding missing parenthesis to docstring * addressing Shelly's comments --------- Co-authored-by: Julien Gacon <[email protected]> (cherry picked from commit 3a5257d) Co-authored-by: Alexander Ivrii <[email protected]>
Summary
Addresses #13407.
Should be backported to 1.3.
These fixes the docstrings for arithmetic gates and adds these gates to the toctree.
Details and comments