Qiskit / qiskit

Qiskit is an open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.
https://www.ibm.com/quantum/qiskit
Apache License 2.0
4.83k stars 2.29k forks source link

Fixed typo in RZZGate #12678

Open shraddha-aangiras opened 3 days ago

shraddha-aangiras commented 3 days ago

Summary

Fixed typo in RZZ Gate documentation. Text contained R ZZ (θ=π)=−Z⊗Z instead of R ZZ (θ=π)=−i Z⊗Z Fixes #12685

Details and comments

CLAassistant commented 3 days ago

CLA assistant check
All committers have signed the CLA.

qiskit-bot commented 3 days ago

Thank you for opening a new pull request.

Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient.

While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone.

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

coveralls commented 9 hours ago

Pull Request Test Coverage Report for Build 9710566969

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Files with Coverage Reduction New Missed Lines %
crates/qasm2/src/lex.rs 1 93.64%
crates/qasm2/src/parse.rs 12 95.77%
<!-- Total: 13 -->
Totals Coverage Status
Change from base Build 9703107599: -0.01%
Covered Lines: 63790
Relevant Lines: 71092

💛 - Coveralls