Skip to content

small typos and spelling issues in passes docs#11163

Merged
jakelishman merged 14 commits into
Qiskit:mainfrom
1ucian0:small_change_docs/7
Nov 14, 2023
Merged

small typos and spelling issues in passes docs#11163
jakelishman merged 14 commits into
Qiskit:mainfrom
1ucian0:small_change_docs/7

Conversation

@1ucian0
Copy link
Copy Markdown
Member

@1ucian0 1ucian0 commented Nov 1, 2023

Summary

While reading pass docs, some typos and formatting issues

@1ucian0 1ucian0 added documentation Something is not clear or an error documentation stable backport potential Make Mergify open a backport PR to the most recent stable branch on merge. labels Nov 1, 2023
@1ucian0 1ucian0 added this to the 0.45.0 milestone Nov 1, 2023
@1ucian0 1ucian0 requested a review from a team as a code owner November 1, 2023 10:04
@qiskit-bot
Copy link
Copy Markdown
Collaborator

One or more of the the following people are requested to review this:

  • @Qiskit/terra-core
  • @nkanazawa1989

Comment thread qiskit/transpiler/passes/analysis/count_ops_longest_path.py Outdated
Comment thread qiskit/transpiler/passes/analysis/dag_longest_path.py Outdated
Comment thread qiskit/transpiler/passes/optimization/collect_multiqubit_blocks.py Outdated
Comment thread qiskit/transpiler/passes/optimization/collect_multiqubit_blocks.py Outdated
Comment thread qiskit/transpiler/passes/optimization/consolidate_blocks.py Outdated
Comment thread qiskit/transpiler/passes/optimization/echo_rzx_weyl_decomposition.py Outdated
# 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."""
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, addressing it in 4f77873

Comment thread qiskit/transpiler/passes/optimization/optimize_1q_commutation.py Outdated
Comment thread qiskit/transpiler/passes/optimization/template_optimization.py Outdated
Comment thread qiskit/transpiler/passes/scheduling/time_unit_conversion.py Outdated
@1ucian0 1ucian0 added the Changelog: None Do not include in the GitHub Release changelog. label Nov 1, 2023
@ElePT ElePT mentioned this pull request Nov 2, 2023
13 tasks
@ElePT ElePT modified the milestones: 0.45.0, 0.45.1 Nov 2, 2023
@coveralls
Copy link
Copy Markdown

coveralls commented Nov 11, 2023

Pull Request Test Coverage Report for Build 6841938652

Warning: 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.
To ensure accuracy in future PRs, please see these guidelines.
A quick fix for this PR: rebase it; your next report should be accurate.

  • 13 of 13 (100.0%) changed or added relevant lines in 9 files are covered.
  • 374 unchanged lines in 36 files lost coverage.
  • Overall coverage decreased (-1.0%) to 85.909%

Files with Coverage Reduction New Missed Lines %
qiskit/circuit/library/blueprintcircuit.py 1 92.24%
qiskit/circuit/library/evolved_operator_ansatz.py 1 85.12%
qiskit/opflow/state_fns/operator_state_fn.py 1 80.22%
qiskit/opflow/state_fns/state_fn.py 1 81.88%
qiskit/primitives/backend_sampler.py 1 98.84%
qiskit/primitives/utils.py 1 87.8%
qiskit/providers/backend.py 1 81.76%
qiskit/providers/basicaer/basicaerprovider.py 1 94.34%
qiskit/quantum_info/operators/symplectic/pauli_list.py 1 83.16%
qiskit/quantum_info/operators/symplectic/pauli.py 1 83.47%
Totals Coverage Status
Change from base Build 6833483304: -1.0%
Covered Lines: 65907
Relevant Lines: 76717

💛 - Coveralls

@jakelishman jakelishman added this pull request to the merge queue Nov 14, 2023
Merged via the queue into Qiskit:main with commit 87fcd71 Nov 14, 2023
mergify Bot pushed a commit that referenced this pull request Nov 14, 2023
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Changelog: None Do not include in the GitHub Release changelog. documentation Something is not clear or an error documentation stable backport potential Make Mergify open a backport PR to the most recent stable branch on merge.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants