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 PTM and Chi documentation #10909

Merged
merged 2 commits into from
Sep 28, 2023
Merged

fix PTM and Chi documentation #10909

merged 2 commits into from
Sep 28, 2023

Conversation

kevinsung
Copy link
Contributor

@kevinsung kevinsung commented Sep 27, 2023

Summary

Fixes #10908
Fixes #10854

Details and comments

@kevinsung kevinsung requested review from ikkoham and a team as code owners September 27, 2023 21:09
@qiskit-bot
Copy link
Collaborator

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

  • @Qiskit/terra-core
  • @ikkoham

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6331469134

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

Files with Coverage Reduction New Missed Lines %
qiskit/pulse/library/waveform.py 3 93.75%
crates/qasm2/src/lex.rs 4 91.41%
crates/qasm2/src/parse.rs 12 97.13%
Totals Coverage Status
Change from base Build 6329969070: -0.01%
Covered Lines: 74089
Relevant Lines: 85149

💛 - Coveralls

@kevinsung kevinsung changed the title fix PTM documentation fix PTM and Chi documentation Sep 27, 2023
@ikkoham ikkoham added documentation Something is not clear or an error documentation mod: quantum info Related to the Quantum Info module (States & Operators) labels Sep 28, 2023
Copy link
Contributor

@ikkoham ikkoham left a comment

Choose a reason for hiding this comment

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

Great catch! Thank you!

Copy link
Member

@jakelishman jakelishman left a comment

Choose a reason for hiding this comment

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

This looks in agreement with what was discussed, thanks!

@jakelishman jakelishman added the stable backport potential The bug might be minimal and/or import enough to be port to stable label Sep 28, 2023
@jakelishman jakelishman added this to the 0.25.2 milestone Sep 28, 2023
@jakelishman jakelishman added this pull request to the merge queue Sep 28, 2023
Merged via the queue into Qiskit:main with commit e636991 Sep 28, 2023
14 checks passed
mergify bot pushed a commit that referenced this pull request Sep 28, 2023
* fix PTM documentation

* fix chi matrix documentation too

(cherry picked from commit e636991)
@kevinsung kevinsung deleted the ptm-doc branch September 28, 2023 11:21
github-merge-queue bot pushed a commit that referenced this pull request Sep 28, 2023
* fix PTM documentation

* fix chi matrix documentation too

(cherry picked from commit e636991)

Co-authored-by: Kevin J. Sung <kevjsung@umich.edu>
@1ucian0 1ucian0 added the Changelog: None Do not include in changelog label Sep 28, 2023
rupeshknn pushed a commit to rupeshknn/qiskit that referenced this pull request Oct 9, 2023
* fix PTM documentation

* fix chi matrix documentation too
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 mod: quantum info Related to the Quantum Info module (States & Operators) stable backport potential The bug might be minimal and/or import enough to be port to stable
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

PTM documentation is incorrect quantum_info.Chi documentation has incorrect normalization convention
6 participants