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

Update version of OpenQASM 3.0 standard library #12387

Merged
merged 2 commits into from
Jul 22, 2024

Conversation

jakelishman
Copy link
Member

Summary

This is just a file vendored from the OpenQASM project, but it's been updated since the last time we vendored it to fix a couple of problems. This one is vendored from openqasm/openqasm@4ca1d793833b24a1.

Details and comments

Close #12167

Actually that issue was about something a little different, but this is the only remnant bit that needs addressing from Qiskit.

This is just a file vendored from the OpenQASM project, but it's been
updated since the last time we vendored it to fix a couple of problems.
This one is vendored from openqasm/openqasm@4ca1d793833b24a1.
@jakelishman jakelishman added Changelog: New Feature Include in the "Added" section of the changelog mod: qasm3 Related to OpenQASM 3 import or export labels May 10, 2024
@jakelishman jakelishman added this to the 1.2.0 milestone May 10, 2024
@jakelishman jakelishman requested a review from a team as a code owner May 10, 2024 13:45
@qiskit-bot
Copy link
Collaborator

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

  • @Qiskit/terra-core

@coveralls
Copy link

Pull Request Test Coverage Report for Build 9033180578

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 5 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.02%) to 89.648%

Files with Coverage Reduction New Missed Lines %
qiskit/transpiler/passes/synthesis/unitary_synthesis.py 2 88.2%
crates/qasm2/src/lex.rs 3 92.62%
Totals Coverage Status
Change from base Build 9032084393: 0.02%
Covered Lines: 62215
Relevant Lines: 69399

💛 - Coveralls

raynelfss

This comment was marked as duplicate.

raynelfss
raynelfss previously approved these changes May 22, 2024
Copy link
Contributor

@raynelfss raynelfss left a comment

Choose a reason for hiding this comment

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

LGTM! Just a quick question about the link at the beginning of the file.

qiskit/qasm/libs/stdgates.inc Outdated Show resolved Hide resolved
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.

the fix LGTM!

@ElePT ElePT enabled auto-merge July 22, 2024 14:41
@coveralls
Copy link

Pull Request Test Coverage Report for Build 10042831971

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

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1615 unchanged lines in 127 files lost coverage.
  • Overall coverage increased (+0.3%) to 89.943%

Files with Coverage Reduction New Missed Lines %
qiskit/converters/circuit_to_gate.py 1 97.44%
qiskit/circuit/library/standard_gates/r.py 1 97.73%
qiskit/dagcircuit/dagdepnode.py 1 76.81%
qiskit/synthesis/evolution/lie_trotter.py 1 96.77%
qiskit/circuit/library/generalized_gates/permutation.py 1 92.86%
qiskit/passmanager/passmanager.py 1 94.38%
qiskit/circuit/library/standard_gates/rxx.py 1 97.56%
qiskit/circuit/library/standard_gates/u2.py 1 96.88%
qiskit/compiler/assembler.py 1 96.13%
qiskit/circuit/parameter.py 1 98.31%
Totals Coverage Status
Change from base Build 9032084393: 0.3%
Covered Lines: 65965
Relevant Lines: 73341

💛 - Coveralls

@ElePT ElePT added this pull request to the merge queue Jul 22, 2024
Merged via the queue into Qiskit:main with commit 9d8be7e Jul 22, 2024
15 checks passed
ElePT pushed a commit to mtreinish/qiskit-core that referenced this pull request Jul 24, 2024
* Update version of OpenQASM 3.0 standard library

This is just a file vendored from the OpenQASM project, but it's been
updated since the last time we vendored it to fix a couple of problems.
This one is vendored from openqasm/openqasm@4ca1d793833b24a1.

* Clarify git link
Procatv pushed a commit to Procatv/qiskit-terra-catherines that referenced this pull request Aug 1, 2024
* Update version of OpenQASM 3.0 standard library

This is just a file vendored from the OpenQASM project, but it's been
updated since the last time we vendored it to fix a couple of problems.
This one is vendored from openqasm/openqasm@4ca1d793833b24a1.

* Clarify git link
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: New Feature Include in the "Added" section of the changelog mod: qasm3 Related to OpenQASM 3 import or export
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Strange Behaviour of sx gate when defined inline in QASM
5 participants