Skip to content

Commit

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

* trigger CI

---------

Co-authored-by: astralcai <[email protected]>
Co-authored-by: Astral Cai <[email protected]>
  • Loading branch information
3 people authored May 1, 2024
1 parent b1b5d46 commit bba4c51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 1 addition & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
# Release 0.35.0-dev
# Release 0.36.0

### New features since last release

* Added an optional `theta` parameter to the MS gate to enable partially entangling gates, providing more control over qubit entanglement. This feature allows for finer adjustments in quantum algorithms without affecting existing implementations. [#101](https://github.com/PennyLaneAI/PennyLane-IonQ/pull/101)

### Improvements 🛠

### Breaking changes 💔

### Deprecations 👋

### Documentation 📝

* Updated the docstring for the MS operation to include the new `theta` parameter, explaining its use and effects on the gate operation.

### Bug fixes 🐛

### Contributors ✍️

This release contains contributions from (in alphabetical order):
Expand Down
2 changes: 1 addition & 1 deletion pennylane_ionq/_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.35.0-dev"
__version__ = "0.36.0"

0 comments on commit bba4c51

Please sign in to comment.