-
Notifications
You must be signed in to change notification settings - Fork 2
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
[CQT-259] Integrate wait and barrier directives in cQASMv1 exporter #407
base: develop
Are you sure you want to change the base?
[CQT-259] Integrate wait and barrier directives in cQASMv1 exporter #407
Conversation
elenbaasc
commented
Dec 12, 2024
- Restore SGMQ notation for barrier links.
- Add tests for barrier links.
- Add CHANGELOG (and entry).
Add tests for barrier links.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Beautiful work. Just some minor comments.
Co-authored-by: Roberto Turrado Camblor <[email protected]>
Co-authored-by: Roberto Turrado Camblor <[email protected]>
Co-authored-by: Roberto Turrado Camblor <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have suggested merging the barrier groups as a post processing, in order to keep the visitor as clean as possible.
Co-authored-by: Roberto Turrado Camblor <[email protected]>
Co-authored-by: Roberto Turrado Camblor <[email protected]>
Co-authored-by: Roberto Turrado Camblor <[email protected]>
Co-authored-by: Roberto Turrado Camblor <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've added a couple of comments.
Co-authored-by: Roberto Turrado Camblor <[email protected]>
Co-authored-by: Roberto Turrado Camblor <[email protected]>
Add test to check for double digit registers. Reinstate removing trailing lines and leaving one as the final step.