Skip to content

Commit

Permalink
Merge pull request #55 from rreiner-hqs/main
Browse files Browse the repository at this point in the history
Add updates from iqm_client
  • Loading branch information
rreiner-hqs authored Jul 31, 2023
2 parents 110a7c9 + 56d67ce commit 8001a4d
Show file tree
Hide file tree
Showing 9 changed files with 11,211 additions and 12,319 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hqs-build-deploy-rust-pyo3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Swatinem/rust-cache@v2
# - uses: Swatinem/rust-cache@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ target/*
*.profraw
*.lcov
*code-workspace
*.so
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ This changelog track changes to the qoqo_iqm project starting at version 0.1.0

## Not released

## 0.6.5

* Updated to qoqo 1.5
* Added function to abort a pending job.

## 0.6.4

* Added support for PragmaSetNumberOfMeasurements and for allowed Pragma operations in the circuits.

## 0.6.3

* DemoDevice now supports changing the URL of the API endpoint
Expand Down
Loading

0 comments on commit 8001a4d

Please sign in to comment.