-
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
added documentation for get_standard_gate_name_mapping #13230
Merged
Eric-Arellano
merged 17 commits into
Qiskit:main
from
Shivansh20128:doc_fix_get_standard_gate_name_mapping
Nov 7, 2024
Merged
Changes from 13 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c44f3cf
added documentation for get_standard_gate_name_mapping
Shivansh20128 622d561
Merge branch 'Qiskit:main' into doc_fix_get_standard_gate_name_mapping
Shivansh20128 eef26e9
doc fix at line 145
Shivansh20128 6a93ad1
Update qiskit/circuit/library/__init__.py
Shivansh20128 a1b2006
Merge branch 'Qiskit:main' into doc_fix_get_standard_gate_name_mapping
Shivansh20128 99c83fc
added docs get_standard_gate_name_mapping
Shivansh20128 2f1d8e9
reformatting at line 65-66
Shivansh20128 6348365
update fix formatting
Shivansh20128 73878ce
Merge branch 'Qiskit:main' into doc_fix_get_standard_gate_name_mapping
Shivansh20128 65c30f3
Update qiskit/circuit/library/standard_gates/__init__.py
Shivansh20128 ffb1cd3
docfix using autofunction
Shivansh20128 90acee0
Merge branch 'doc_fix_get_standard_gate_name_mapping' of https://gith…
Shivansh20128 7c9bd45
content updated get_standard_gate_name_mapping
Shivansh20128 48c8a5c
Update qiskit/circuit/library/standard_gates/__init__.py
Shivansh20128 49d62b9
Merge branch 'main' into doc_fix_get_standard_gate_name_mapping
Shivansh20128 18693b7
Merge branch 'main' into doc_fix_get_standard_gate_name_mapping
1ucian0 7a943d5
Update qiskit/circuit/library/__init__.py
Shivansh20128 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Qiskit devs: do you have any suggestions on what to name the section and where it makes sense to live in this module page? I don't use the circuit library enough to have an opinion.
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.
I put it in the prelude (without a section) as it is the only one (see 18693b7). If, in the future, we get more, we can create a tooling section. what do you think?
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.
It looks like this:

If a native speaker can check the English, we are good to merge this one.
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.
@Eric-Arellano ?