small typos and spelling issues in passes docs#11163
Merged
Merged
Conversation
Collaborator
|
One or more of the the following people are requested to review this:
|
jakelishman
reviewed
Nov 1, 2023
| # that they have been altered from the originals. | ||
|
|
||
| """Reduce 1Q gate complexity by commuting through 2Q gates and resynthesizing.""" | ||
| """Reduce 1Q gate complexity by commuting through 2Q gates and re-synthesizing.""" |
Member
There was a problem hiding this comment.
Using the hyphen in constructed words like this (and multiqubit, etc) is I think falling out of fashion a bit, especially in US English. It's a bit more common to put one in still in British English, I think, but generally it's fine without it.
Co-authored-by: Jake Lishman <jake@binhbar.com>
Pull Request Test Coverage Report for Build 6841938652Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
…de4b9c1b58f43b4fa4c31#r1378616728
…de4b9c1b58f43b4fa4c31#r1378617566
…ion.py Co-authored-by: Jake Lishman <jake@binhbar.com>
… into small_change_docs/7
…de4b9c1b58f43b4fa4c31#r1378621645
…de4b9c1b58f43b4fa4c31#r1378621956
…de4b9c1b58f43b4fa4c31#r1378625161
Co-authored-by: Jake Lishman <jake@binhbar.com>
… into small_change_docs/7
jakelishman
approved these changes
Nov 14, 2023
mergify Bot
pushed a commit
that referenced
this pull request
Nov 14, 2023
* small typos and spelling issues in passes docs * revert #11163 (comment) * Update qiskit/transpiler/passes/analysis/dag_longest_path.py Co-authored-by: Jake Lishman <jake@binhbar.com> * revert https://github.com/Qiskit/qiskit/pull/11163/files/c87ce1431714a1b5571de4b9c1b58f43b4fa4c31#r1378615081 * https://github.com/Qiskit/qiskit/pull/11163/files/c87ce1431714a1b5571de4b9c1b58f43b4fa4c31#r1378616728 * https://github.com/Qiskit/qiskit/pull/11163/files/c87ce1431714a1b5571de4b9c1b58f43b4fa4c31#r1378617566 * Update qiskit/transpiler/passes/optimization/echo_rzx_weyl_decomposition.py Co-authored-by: Jake Lishman <jake@binhbar.com> * https://github.com/Qiskit/qiskit/pull/11163/files/c87ce1431714a1b5571de4b9c1b58f43b4fa4c31#r1378621645 * https://github.com/Qiskit/qiskit/pull/11163/files/c87ce1431714a1b5571de4b9c1b58f43b4fa4c31#r1378621956 * https://github.com/Qiskit/qiskit/pull/11163/files/c87ce1431714a1b5571de4b9c1b58f43b4fa4c31#r1378625161 * Update qiskit/transpiler/passes/optimization/template_optimization.py Co-authored-by: Jake Lishman <jake@binhbar.com> --------- Co-authored-by: Jake Lishman <jake@binhbar.com> (cherry picked from commit 87fcd71)
github-merge-queue Bot
pushed a commit
that referenced
this pull request
Nov 14, 2023
* small typos and spelling issues in passes docs * revert #11163 (comment) * Update qiskit/transpiler/passes/analysis/dag_longest_path.py Co-authored-by: Jake Lishman <jake@binhbar.com> * revert https://github.com/Qiskit/qiskit/pull/11163/files/c87ce1431714a1b5571de4b9c1b58f43b4fa4c31#r1378615081 * https://github.com/Qiskit/qiskit/pull/11163/files/c87ce1431714a1b5571de4b9c1b58f43b4fa4c31#r1378616728 * https://github.com/Qiskit/qiskit/pull/11163/files/c87ce1431714a1b5571de4b9c1b58f43b4fa4c31#r1378617566 * Update qiskit/transpiler/passes/optimization/echo_rzx_weyl_decomposition.py Co-authored-by: Jake Lishman <jake@binhbar.com> * https://github.com/Qiskit/qiskit/pull/11163/files/c87ce1431714a1b5571de4b9c1b58f43b4fa4c31#r1378621645 * https://github.com/Qiskit/qiskit/pull/11163/files/c87ce1431714a1b5571de4b9c1b58f43b4fa4c31#r1378621956 * https://github.com/Qiskit/qiskit/pull/11163/files/c87ce1431714a1b5571de4b9c1b58f43b4fa4c31#r1378625161 * Update qiskit/transpiler/passes/optimization/template_optimization.py Co-authored-by: Jake Lishman <jake@binhbar.com> --------- Co-authored-by: Jake Lishman <jake@binhbar.com> (cherry picked from commit 87fcd71) Co-authored-by: Luciano Bello <bel@zurich.ibm.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
While reading pass docs, some typos and formatting issues