-
Notifications
You must be signed in to change notification settings - Fork 160
Closed as not planned
Labels
enhancementNew feature or requestNew feature or request
Description
As noted in comments to PR #2060 we now have three samples that demonstrate Ising model.
- https://github.com/microsoft/qsharp/blob/main/samples/estimation/Dynamics.qs (Large, can only be used for estimation)
- https://github.com/microsoft/qsharp/blob/main/samples/estimation/estimation-ising-2D.ipynb (Notebook explaining the algorithm)
- 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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request