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

[CQT-259] Integrate wait and barrier directives in cQASMv1 exporter #407

Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
38ce5b7
Restore SGMQ notation for barrier links.
elenbaasc Dec 12, 2024
f4cbfde
Update CHANGELOG.md
elenbaasc Dec 13, 2024
2f6fb2a
Update opensquirrel/passes/exporter/cqasmv1_exporter.py
elenbaasc Dec 13, 2024
4cc918b
Update test/exporter/test_cqasmv1_exporter.py
elenbaasc Dec 13, 2024
30ff3b1
Resolve review comments.
elenbaasc Dec 13, 2024
70f8ab9
Update opensquirrel/passes/exporter/cqasmv1_exporter.py
elenbaasc Dec 16, 2024
7d95bad
Update test/exporter/test_cqasmv1_exporter.py
elenbaasc Dec 16, 2024
d864fcc
Update test/exporter/test_cqasmv1_exporter.py
elenbaasc Dec 16, 2024
43f3560
Update test/exporter/test_cqasmv1_exporter.py
elenbaasc Dec 16, 2024
c0c15ee
Merge develop into CQT-259
elenbaasc Jan 8, 2025
3e3c559
Revert changes to cQASMv1 exporter and comment barrier tests.
elenbaasc Jan 8, 2025
c226368
Implement barrier grouping as post-processing step
elenbaasc Jan 8, 2025
56827a9
Update opensquirrel/passes/exporter/cqasmv1_exporter.py
elenbaasc Jan 10, 2025
d4b7b28
Update opensquirrel/passes/exporter/cqasmv1_exporter.py
elenbaasc Jan 10, 2025
0c70f25
Fix regex module.
elenbaasc Jan 10, 2025
7976aab
Revert actions-poetry from v4 to v3 so the pipeline can run.
elenbaasc Jan 10, 2025
d0f8361
Update changelog to use the right wording.
elenbaasc Jan 10, 2025
9e9bec7
Update CHANGELOG.md
elenbaasc Jan 13, 2025
4989b3e
Update CHANGELOG.md
elenbaasc Jan 13, 2025
d9577fb
Update opensquirrel/passes/exporter/cqasmv1_exporter.py
elenbaasc Jan 14, 2025
580604b
Update opensquirrel/passes/exporter/cqasmv1_exporter.py
elenbaasc Jan 14, 2025
704d004
Fix formatting error.
elenbaasc Jan 14, 2025
043053a
Moved expection class to top of file.
elenbaasc Jan 15, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

### Types of changes:
* **Added** for new features.
* **Changed** for changes in existing functionality.
* **Deprecated** for soon-to-be removed features.
* **Removed** for now removed features.
* **Fixed** for any bug fixes.
* **Security** in case of vulnerabilities.


## [ 0.2.0 ] - [ xxxx-yy-zz ]

### Added
- Restore SGMQ notation for barrier links in cQASMv1 Exporter (with tests).
- Restore SGMQ notation for barrier groups in cQASMv1 Exporter.
Loading