Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phase gate #401

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 7 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,22 @@

This changelog track changes to the qoqo project starting at version v0.5.0

## 1.1.0-beta.6
## 1.2.0-alpha.1

* Fixed github pipeline deploy
* Preparing for 1.2.0

## 1.1.0-beta.5
## 1.1.0

* Fixed github pipeline deploy qoqo coverage
### Changed v1.1.0

## 1.1.0-beta.4
* Fixed nalgebra version to 0.30

* Fixed compatibility tests

## 1.1.0-beta.3
### Added v1.1.0

* Added 1.0.0 compatibility tests
* Added rich comparison for Python interface of Measurements
* Added PragmaLoop

## 1.1.0-beta.1

* Allowed creating PragmaSetStateVector from float or integer numpy arrays.

## 1.1.0-alpha.1

* Added `InputBit` to set bit in a (readout) bit register to a value.
* Added `InvolvedClassical` functionality to return which classical register variables are involved in an operation
* Added `CircuitDag` direct acyclical graph representation of `Circuit`
Expand Down
Loading