-
Notifications
You must be signed in to change notification settings - Fork 127
Add gate calls and the AST items it depends on to the new QASM3 compiler #2246
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
Merged
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
1c2743a
add qubit declaration
orpuente-MS 55ac0f3
compile MeasureExpr and Bitarrays
orpuente-MS ecd9d57
update syntax::ast expect tests
orpuente-MS 244fb0e
fix typo in display_utils docstring
orpuente-MS 0c8ae4f
add measure arrow stmt
orpuente-MS fa5ac92
lower gate-call
orpuente-MS 15aee6f
remove unnecessary import
orpuente-MS f564768
compile gates
orpuente-MS 9be86ba
rebase
orpuente-MS 8c84f53
PR feedback fixes
orpuente-MS e47da76
wrap gate-call in expr-stmt
orpuente-MS 6326692
fix constness bugs
orpuente-MS 7f106fd
update qreg test
orpuente-MS 33679ab
implement barrier and reset
orpuente-MS 74628ed
update span visitior
orpuente-MS 32e37f3
fix duplicated error on decl and assignment
orpuente-MS b61f134
fix duplicated errors and constness issues
orpuente-MS bb4efec
fix typo
orpuente-MS 892f1bc
add U and gphase gate
orpuente-MS c4ad6db
update expect-tests
orpuente-MS 98ee9b6
add const eval unit tests (work in progress)
orpuente-MS b984293
rework const evaluator to match the table of allowed operations
orpuente-MS b898c0f
PR feedback fix
orpuente-MS e221567
add const_eval unit tests
orpuente-MS 279e5f0
format test file
orpuente-MS f98f2fd
fix const_eval unit tests
orpuente-MS 3359df0
add missing tests
orpuente-MS 1fb8983
resolve PR comments
orpuente-MS c6e7928
format const_eval.rs
orpuente-MS File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.