Skip to content

Commit

Permalink
modified: releasenotes/notes/generalized-uniform-superposition-gate-3…
Browse files Browse the repository at this point in the history
…bd95ffdf05ef18c.yaml
  • Loading branch information
Hirmay committed Apr 16, 2024
1 parent 1c7275d commit 0fecdc2
Showing 1 changed file with 4 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/Qiskit/qiskit/issues/11725>` for more
fixes:
- |
Refer to
'#11725 <https://github.com/Qiskit/qiskit/issues/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].

0 comments on commit 0fecdc2

Please sign in to comment.