Skip to content

Commit

Permalink
Removed PragmaActiveReset device_name Check (#214)
Browse files Browse the repository at this point in the history
* new versioning

* removed device_name check

* tests adjustments

* CHANGELOG
  • Loading branch information
mlodi-hqs authored Jun 3, 2024
1 parent 90d238c commit 9205157
Show file tree
Hide file tree
Showing 9 changed files with 84 additions and 121 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@

Tracks qoqo-qryd changes after 0.5

# 0.16.4

* Modified `PragmaActiveReset` support's device name condition

# 0.16.3

* Fixed 0.16.2 release dependencies issues

# 0.16.2

* Added X-HQS header to api requests for testing purposes
* Added X-HQS header to API requests for testing purposes
* Modified `APIBackend.post_job()` to use `v5_2` endpoint by default
* Modified `TweezerDevice.set_allow_reset()` and `APIBackend` to allow `PragmaActiveReset` only for "qiskit_emulator" devices

Expand All @@ -33,7 +37,7 @@ Tracks qoqo-qryd changes after 0.5
* Modified the native gate set whitelist to be public
* Fixed `TweezerDevice.to_json()` gate set validity check
* Updated dependencies addressing security advisory
* Update to Qoqo 1.10
* Updated to Qoqo 1.10

# 0.14.0

Expand Down
85 changes: 42 additions & 43 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion qoqo-qryd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qoqo-qryd"
version = "0.16.3"
version = "0.16.4"
authors = ["HQS Quantum Simulations <info@quantumsimulations.de>"]
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions qoqo-qryd/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "qoqo_qryd"
version = "0.16.3"
dependencies = ['numpy', 'qoqo>=1.9', 'qoqo_calculator_pyo3>=1.1,<1.2']
version = "0.16.4"
dependencies = ['numpy', 'qoqo>=1.9,<1.12', 'qoqo_calculator_pyo3>=1.1,<1.2']
license = { text = "Apache-2.0 AND Apache-2.0 with LLVM-exception AND MIT AND Unicode-DFS-2016 AND BSD-2-Clause AND BSD-3-CLause" }
maintainers = [
{ name = "HQS Quantum Simulations GmbH", email = "info@quantumsimulations.de" },
Expand Down
Loading

0 comments on commit 9205157

Please sign in to comment.