Skip to content

Commit

Permalink
Version Bump (#380)
Browse files Browse the repository at this point in the history
* pre release version bump

* trigger ci

* tidy changelog

---------

Co-authored-by: lillian542 <[email protected]>
Co-authored-by: lillian542 <[email protected]>
  • Loading branch information
3 people authored Jan 4, 2024
1 parent 52d3d77 commit 035b7ea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 17 deletions.
25 changes: 9 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
# Release 0.34.0-dev

### New features since last release

### Improvements 🛠

### Breaking changes 💔

### Deprecations 👋

### Documentation 📝
# Release 0.34.0

### Bug fixes 🐛

Expand All @@ -17,11 +7,14 @@
were previously ignored.
[(#358)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/358)

* In `IBMQSamplerDevice` the `generate_samples` function:
1. gets counts from the nearest probability distribution because
the quasi-distribution may contain negative probabilities.
2. Avoid indexing error.
3. Returns the qubit with Pennylane convention instead of Qiskit convention.
* The `generate_samples` method for the `IBMQSamplerDevice` is updated to get counts
from the nearest probability distribution rather than the quasi-distribution (which
may contain negative probabilities and therefore raise errors).
[(#357)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/357)

* The `generate_samples` method for the `IBMQSamplerDevice` now avoids raising an
indexing error when some states are not populated, and labels states according to
the Pennylane convention instead of Qiskit convention.
[(#357)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/357)


Expand Down
2 changes: 1 addition & 1 deletion pennylane_qiskit/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
Version number (major.minor.patch[-label])
"""

__version__ = "0.34.0-dev"
__version__ = "0.34.0"

0 comments on commit 035b7ea

Please sign in to comment.