Skip to content

Commit

Permalink
QASM Import Gate Definition Skip (#101)
Browse files Browse the repository at this point in the history
* versioning

* gate def rule

* qasm example

* test

* fmt

* windows-macos build tests

* reverting macos build tests

* pyproject dep
  • Loading branch information
mlodi-hqs authored Jan 17, 2024
1 parent 72b9cc8 commit 9b4b384
Show file tree
Hide file tree
Showing 10 changed files with 141 additions and 105 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hqs-ci-test-rust-pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: HQSquantumsimulations/reusable_workflows/.github/workflows/reusable_build_tests_rust_pyo3.yml@main
with:
# Run tests also on windows runners
windows: false
windows: true
# Run tests also on macos runners
macos: false
py_interface_folder: "qoqo_qasm"
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This changelog track changes to the qoqo qasm project starting at version 0.5.0

### 0.9.4

* Updated to qoqo 1.9
* Updated parsing feature to skip QASM gate definitions

### 0.9.3

* Updated to qoqo 1.8
Expand Down
Loading

0 comments on commit 9b4b384

Please sign in to comment.