From 0fecdc2a940b69cab50d19f062191b586502eb7c Mon Sep 17 00:00:00 2001 From: Hirmay Sandesara <56473003+Hirmay@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:55:25 +0000 Subject: [PATCH] modified: releasenotes/notes/generalized-uniform-superposition-gate-3bd95ffdf05ef18c.yaml --- ...m-superposition-gate-3bd95ffdf05ef18c.yaml | 20 ++++--------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/releasenotes/notes/generalized-uniform-superposition-gate-3bd95ffdf05ef18c.yaml b/releasenotes/notes/generalized-uniform-superposition-gate-3bd95ffdf05ef18c.yaml index 2385854a1410..5156fce62c1c 100644 --- a/releasenotes/notes/generalized-uniform-superposition-gate-3bd95ffdf05ef18c.yaml +++ b/releasenotes/notes/generalized-uniform-superposition-gate-3bd95ffdf05ef18c.yaml @@ -15,20 +15,8 @@ features: qc.draw('mpl',style="clifford") ``` -changes: | - - Added the GeneralizedUniformSuperpositionGate class, providing a convenient way to create uniform superposition states in quantum circuits. - - The GeneralizedUniformSuperpositionGate class follows the Shukla-Vedula algorithm [SV24] for the efficient creation of generalized uniform superposition states. - - The algorithm allows for the creation of a uniform superposition state $\frac{1}{\sqrt{M}} \sum_{j=0}^{M-1} \ket{j}$, where $M$ represents the number of computational basis states with equal amplitudes. - -fixes:- | - Refer to - `#11725 ` for more +fixes: + - | + Refer to + '#11725 ' for more details. - - -references: | - - '[SV24] A. Shukla and P. Vedula, "An efficient quantum algorithm for preparation of uniform quantum superposition states," Quantum Information Processing, 23(38): pp. 1-32 (2024).' - -notes: | - This release introduces the GeneralizedUniformSuperpositionGate class, offering an efficient method for creating uniform superposition states in quantum circuits using the Shukla-Vedula algorithm [SV24]. -