Skip to content

Commit bba4c51

Browse files
Version Bump (#106)
* pre release version bump * trigger CI --------- Co-authored-by: astralcai <astralcai@users.noreply.github.com> Co-authored-by: Astral Cai <astral.cai@xanadu.ai>
1 parent b1b5d46 commit bba4c51

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,13 @@
1-
# Release 0.35.0-dev
1+
# Release 0.36.0
22

33
### New features since last release
44

55
* 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)
66

7-
### Improvements 🛠
8-
9-
### Breaking changes 💔
10-
11-
### Deprecations 👋
12-
137
### Documentation 📝
148

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

17-
### Bug fixes 🐛
18-
1911
### Contributors ✍️
2012

2113
This release contains contributions from (in alphabetical order):

pennylane_ionq/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
Version number (major.minor.patch[-label])
1717
"""
1818

19-
__version__ = "0.35.0-dev"
19+
__version__ = "0.36.0"

0 commit comments

Comments
 (0)