Skip to content

Commit

Permalink
Merge pull request #78 from nfwvogt/adding_devices
Browse files Browse the repository at this point in the history
WIP: Adding devices
  • Loading branch information
mwalthqs authored Sep 3, 2021
2 parents 10603bb + f8cbdb0 commit c7366d2
Show file tree
Hide file tree
Showing 25 changed files with 1,579 additions and 494 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ This changelog track changes to the qoqo project starting at version 0.5.0

## Not released

### Changed

* Rarely used qubit mapping is now the last argument in PragmaRepeatedMeasurement
## 0.6.0

### Added

* Device trait: A minimal trait for quantum computing devices used with roqoqo
* `RoqoqoBackendError` now has a variant `GenericError` for additional backend error types
### Added

* Rarely used qubit mapping is now the last argument in PragmaRepeatedMeasurement
* PragmaGeneralNoise uses sigma^+ sigma^- and sigma^z as a basis to for Lindblad decoherence rates to avoid using complex rates. Rate and operators parameters of PragmaGeneralNoise have been combined in single parameter rates.

## 0.5.1

Expand Down
106 changes: 66 additions & 40 deletions Cargo.lock

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

Loading

0 comments on commit c7366d2

Please sign in to comment.