-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
new qasm library #4312
Comments
I can imagine that the (also, the |
Hello, I am new to open source projects and am hoping to get started by learning how to work with Qiskit. Is this still an issue of concern that I may be able to work on? |
Hi @BlakeGerard and welcome! I'd recommend taking a look at the issues labeled good first issue as a good starting point for contributing. |
What's the status on this issue and related issue #4823? Are they still on hold? |
Hi @jakelishman Did #9784 closed this? |
Hmm, it's not super clear tbh. We've discussed in the past that we're in a kind of problematic position now - there's quite a lot of code kicking around (not in Qiskit) that treats I'd tend towards saying "no, we haven't properly resolved this yet". That said, I think adding a new header file to Qiskit's output is going to be needlessly painful for everybody in the OQ2 exporter at this stage, but it's on my to-do list to think about this especially for the OQ3 exporter, and when I starting writing up a plan, I might meander my way to something that would be safe-ish to apply to the OQ2 exporter as well without breaking the ecosystem that parses Qiskit's output. |
The original OpenQASM2.0 library was called
qelib1.inc
and contained a certain number of gates.Qiskit now has more gates, and we have (inconsistently) added some of them to that library. I think
qelib1.inc
should stay how it was defined in the OpenQASM paper. We should have a new onestdgates.inc
that has QASM definitions for all of Qiskit's standard gates.The text was updated successfully, but these errors were encountered: