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

Add Phase Estimation to Ising sample(s) and organize them #2067

Open
DmitryVasilevsky opened this issue Dec 16, 2024 · 0 comments
Open

Add Phase Estimation to Ising sample(s) and organize them #2067

DmitryVasilevsky opened this issue Dec 16, 2024 · 0 comments
Labels
enhancement New feature or request needs triage

Comments

@DmitryVasilevsky
Copy link
Contributor

DmitryVasilevsky commented Dec 16, 2024

As noted in comments to PR #2060 we now have three samples that demonstrate Ising model.

  1. https://github.com/microsoft/qsharp/blob/main/samples/estimation/Dynamics.qs (Large, can only be used for estimation)
  2. https://github.com/microsoft/qsharp/blob/main/samples/estimation/estimation-ising-2D.ipynb (Notebook explaining the algorithm)
  3. https://github.com/microsoft/qsharp/blob/main/samples/algorithms/SimpleIsing.qs (Simple, base profile compliant, can be used in simulation)

We need to consider reducing number of samples

We also need to consider adding Phase Estimation to actually find the eigenvalue and the ground state energy.

We may want to use 4th Order Trotterization formulas in Ising example.

Thanks @msoeken and @aarthims for suggestions!

@DmitryVasilevsky DmitryVasilevsky added enhancement New feature or request needs triage labels Dec 16, 2024
@DmitryVasilevsky DmitryVasilevsky changed the title Add Phase Estimation to Ising sample Add Phase Estimation to Ising sample(s) and orginize them Dec 16, 2024
@DmitryVasilevsky DmitryVasilevsky changed the title Add Phase Estimation to Ising sample(s) and orginize them Add Phase Estimation to Ising sample(s) and organize them Dec 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage
Projects
None yet
Development

No branches or pull requests

1 participant