Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quantum state preparation without coherent arithmetic - Paper Implementation Project #792

Open
zzz845zz opened this issue Feb 22, 2025 · 3 comments
Assignees
Labels
Paper Implementation Project Implement a paper using Classiq

Comments

@zzz845zz
Copy link

zzz845zz commented Feb 22, 2025

Paper for Implementation

We (@zzz845zz, @venator2021, @eqs-kaist) aim to implement a quantum state preparation circuit based on Quantum State Preparation Without Coherent Arithmetic (arXiv:2210.14892). Specifically, we will construct a Gaussian state preparation circuit from Classiq’s MIT iQuHack 2025 challenge using the approach outlined in this paper.

$$\ket{x_0}_N = \ket{0}_N \rightarrow \sum_x \sqrt{G(x)} \ket{x}_N$$

Technical Approach

To implement amplitude encoding without coherent arithmetic, we construct the following three components, as described in Figure 1 of the paper:

  • $U_{\text{sin}}$: Block encoding of the initial values.
  • $U_f$: Function application via Quantum Eigenvalue Transformation (QET).
  • $U_{\text{amp}}$: Amplitude amplification to increase the probability of the target state.

For each component, we follow Section 2 of the paper. In constructing $U_f$, we determine the QET rotation angles using pyqsp or other techniques. For evaluation, we verify correctness via state-vector simulation for small cases and perform resource estimation.

High-Level Example

  • Applying $U_{\text{sin}}$ produces: block encoding of $\sum_x \sin(x/N) \ket{x}$
  • Applying $U_f$ transforms it to: block encoding of $\sum_x f(x)\ket{x}$
  • Applying $U_{\text{amp}}$ amplifies the probability of the desired state.

For Gaussian state preparation, we set f(x) to be the Gaussian function described in the MIT iQuHack 2025 challenge notebook.

@NadavClassiq
Copy link
Collaborator

Sounds great! If you will be able to implement it for an arbitrary exponential rate and resolution, it will be super cool :)

@vu1xan
Copy link

vu1xan commented Feb 26, 2025

@zzz845zz is there a empty spot in your team ?

@zzz845zz
Copy link
Author

@vu1xan Sorry, but unfortunately, our team doesn’t have an open slot.

@NadavClassiq NadavClassiq added the Paper Implementation Project Implement a paper using Classiq label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Paper Implementation Project Implement a paper using Classiq
Projects
None yet
Development

No branches or pull requests

3 participants