-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
2,732 additions
and
6,976 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
|
||
This changelog track changes to the qoqo project starting at version 0.5.0 | ||
|
||
## 0.5.0 | ||
|
||
### Changed | ||
|
||
* Fixed versioning scheme to use the same version number across the project. | ||
* Updated pyo3 dependency to 0.14.1, numpy to 0.14, num-complex to 0.4 and ndarray to 0.15 | ||
* Removed sprs dependency to allow update of other dependencies | ||
|
||
### Fixed in qoqo | ||
|
||
* Wrong Python Class name of ClassicalRegister measurement (was "Cheated") | ||
|
||
### Added | ||
|
||
* PhaseShiftedControlledZ gate in roqoqo | ||
* QoqoBackendError to use in the python interface of rust based backends |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "qoqo-macros" | ||
version = "0.1.5" | ||
version = "0.5.0" | ||
authors = ["HQS Quantum Simulations <[email protected]>"] | ||
license = "Apache-2.0" | ||
readme = "../README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.