From cf5732bd197e4e0559875b3b5906a2255a9e213d Mon Sep 17 00:00:00 2001 From: Spencer Churchill Date: Wed, 17 Apr 2024 14:04:27 -0700 Subject: [PATCH] include partial ms gate feature --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed88df..68758bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### 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 💔 @@ -10,12 +12,16 @@ ### 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): +Spencer Churchill + --- # Release 0.34.0