Skip to content

Commit

Permalink
Bugfix for 3.0Braket interface Definition objects (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarkhqs authored Feb 29, 2024
1 parent 6d480ad commit 7d9db9e
Show file tree
Hide file tree
Showing 8 changed files with 1,508 additions and 1,263 deletions.
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.7

* Removed `output` keyword from qasm string for 3.0Braket when the Definition has
`is_output=True` as AWS Braket does not support this functionality.

### 0.9.6

* Modified QASM 2.0 `PragmaSleep` gate definition
Expand Down
122 changes: 65 additions & 57 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_qasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qoqo_qasm"
version = "0.9.6"
version = "0.9.7"
authors = ["HQS Quantum Simulations <[email protected]>"]
license = "Apache-2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion qoqo_qasm/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "qoqo_qasm"
version = "0.9.6"
version = "0.9.7"
dependencies = [
'qoqo>=1.9',
'qoqo_calculator_pyo3>=1.1',
Expand Down
Loading

0 comments on commit 7d9db9e

Please sign in to comment.