-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Update the circuit library docs #13520
base: main
Are you sure you want to change the base?
Conversation
e.g. why we use different gate types and what's the advantages
Pull Request Test Coverage Report for Build 12137580520Details
💛 - Coveralls |
Currently all the standard gates are ordered alphabetically. Does it make sense to order them according to the number of qubits (0,1,2,3,many) and then maybe according to the number of parameters (0,1,2,3)? |
copy here a comment about organizing the oracles (grover, phase, bitflip) in their own section: |
Since this is just documentation it can merge after 2.0.0rc1 is tagged before the final release. I've pre-emptively tagged it as stable backport potential because we'll need to backport it to |
e.g. why we use different gate types and what's the advantages
Summary
With #13046 the designated workflow with the circuit library changed. This PR adds a section to the docs explaining this new structure. While not fully done, I'm already opening this draft PR for people to have a look at the text.
Details and comments
This includes some other minor changes:
get_standard_gate_name_mapping
underStandard gates
To do