Skip to content
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

Fix version table in qpy docs #12512

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Conversation

mtreinish
Copy link
Member

Summary

The QPY docs included a format version table that matched up the Qiskit releases to the supported QPY format versions for that release. However, a typo resulted in it being treated as a comment instead of table this commit fixes this and a small copy paste error in one of the versions listed in the table.

Details and comments

The QPY docs included a format version table that matched up the Qiskit
releases to the supported QPY format versions for that release. However,
a typo resulted in it being treated as a comment instead of table this
commit fixes this and a small copy paste error in one of the versions
listed in the table.
@mtreinish mtreinish added documentation Something is not clear or an error documentation stable backport potential The bug might be minimal and/or import enough to be port to stable Changelog: None Do not include in changelog labels Jun 5, 2024
@mtreinish mtreinish added this to the 1.1.1 milestone Jun 5, 2024
@mtreinish mtreinish requested a review from a team as a code owner June 5, 2024 18:04
@qiskit-bot
Copy link
Collaborator

One or more of the following people are relevant to this code:

  • @Qiskit/terra-core
  • @mtreinish
  • @nkanazawa1989

@coveralls
Copy link

coveralls commented Jun 5, 2024

Pull Request Test Coverage Report for Build 9389045440

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 29 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.03%) to 89.557%

Files with Coverage Reduction New Missed Lines %
crates/qasm2/src/expr.rs 1 94.02%
crates/qasm2/src/lex.rs 4 92.37%
crates/qasm2/src/parse.rs 24 95.77%
Totals Coverage Status
Change from base Build 9372719342: -0.03%
Covered Lines: 62344
Relevant Lines: 69614

💛 - Coveralls

Copy link
Contributor

@ElePT ElePT left a comment

Choose a reason for hiding this comment

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

LGTM!

@ElePT ElePT added this pull request to the merge queue Jun 6, 2024
Merged via the queue into Qiskit:main with commit 9f4a474 Jun 6, 2024
15 checks passed
mergify bot pushed a commit that referenced this pull request Jun 6, 2024
The QPY docs included a format version table that matched up the Qiskit
releases to the supported QPY format versions for that release. However,
a typo resulted in it being treated as a comment instead of table this
commit fixes this and a small copy paste error in one of the versions
listed in the table.

(cherry picked from commit 9f4a474)
github-merge-queue bot pushed a commit that referenced this pull request Jun 6, 2024
The QPY docs included a format version table that matched up the Qiskit
releases to the supported QPY format versions for that release. However,
a typo resulted in it being treated as a comment instead of table this
commit fixes this and a small copy paste error in one of the versions
listed in the table.

(cherry picked from commit 9f4a474)

Co-authored-by: Matthew Treinish <[email protected]>
Procatv pushed a commit to Procatv/qiskit-terra-catherines that referenced this pull request Aug 1, 2024
The QPY docs included a format version table that matched up the Qiskit
releases to the supported QPY format versions for that release. However,
a typo resulted in it being treated as a comment instead of table this
commit fixes this and a small copy paste error in one of the versions
listed in the table.
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 changelog documentation Something is not clear or an error documentation stable backport potential The bug might be minimal and/or import enough to be port to stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants