-
Notifications
You must be signed in to change notification settings - Fork 6
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
OpenQASM 3 Reference Implementation #23
Comments
I am very interested in OpenQASM3 so I am thinking about whether I should become a mentee this time :) What exactly do you in mind as a “reference implantation”? Is it a compiler that takes OpenQASM3 code and converts to Qiskit code? |
Output is a QuantumCircuit instance (or a text dump of the AST if desired for debugging, that sort of thing) |
I am very much interested by this project too! |
There is an ANTLR4 grammar in the Qiskit/openqasm tree. If you clone Qiskit/openqasm and do The developers to some extent dismiss it as a reference grammar and expect more performant tools will be used in final products, and this is probably true. However, a reference implementation of at least part of OpenQASM 3 would be a milestone. I already have used a subset of that grammar ( If we put a team together, e.g., @nelimee @HuangJunye @AbeerVaishnav13 of course we can discuss what tools to use. But since already have a working OpenQASM2 translator to |
Yes, I too am interested in working on this project. I went through some resources that @jwoehr sent through slack and I found it very interesting. |
Is everyone who is interested applying via the mentorship form? |
@nelimee @AbeerVaishnav13 @HuangJunye check out the recording which @taalexander posted to the open-qasm channel on Qiskit Slack. |
Today 2021-08-30 is the deadline for applying for mentorship. |
All ... note this PR openqasm/openqasm#269 |
https://github.com/mentor-fall2021-openqasm is our new GitHub organization |
@mrvee-qC Can you please comment in the issue so that I can assign you? |
Sure! :D |
@mrvee-qC @nelimee @AbeerVaishnav13 Can you please upload your presentation here by the end of today? Thank you! |
Here is our submission! ~ @AbeerVaishnav13 @nelimee @jwoehr @mrvee-qC |
Uploading the updated presentation after certain changes. |
Checkpoint 2, November 11For a unified report, please check out our dedicated website page for this mentorship project! https://mentor-fall2021-openqasm.github.io/posts/checkpoint-2/ Summary since October 7 Checkpoint #1Progress SummaryThe version 1 of the implementation showcased on October 7 - Checkpoint #1 now has several fixes and changes with regards to the translator functionality with conformance to the OpenQASM 3.0 specification. Here are a few changes summarized on the v1 implementation:
Contribution Summary:
Goals and further direction:
|
PDF ReportLink for pdf: QAMPCheckpoint#2.pdf (Also you can check it out at our website! :) https://mentor-fall2021-openqasm.github.io/posts/checkpoint-2/) |
Here is our submission! @AbeerVaishnav13 @nelimee @jwoehr @mrvee-qC |
Updated submission: @AbeerVaishnav13 @nelimee @jwoehr @mrvee-qC Presentation: QAMP21_Checkpoint3.pdf |
Description
Begin a reference implementation of OpenQASM 3 that can be updated as details of the specification necessarily change somewhat.
The new version of the Open Quantum Assembler has a reference grammar written in Apache ANTLR4.
The mentor has already used a subset of the grammar to create an OpenQASM 2 implementation. We can evolve that concept towards an OpenQASM 3.
Mentor/s
Jack Woehr
Type of participant
Good Python coder (or other languages) with some experience in DSLs (Domain-Specific Languages)
Number of participants
1-2
Deliverable
Working, updatable reference implementation of OpenQASM 3
The text was updated successfully, but these errors were encountered: