Implementation of the paper Black-Box Quantum State Preparation without Arithmetic.
Given an array of
We have access to a black-box
where
The Jupyter notebook covers the following -
- Grover's standard state preparation method, which requires calculation of arcsines.
- A modified algorithm which does not require any arithmetic computation, but a comparision operation.