Skip to content

Latest commit

 

History

History
 
 

IsingPhaseEstimation

Ising Phase Estimation Sample

This sample adiabatically prepares the ground state of the Ising model Hamiltonian, and then perform phase estimation to obtain an estimate of the ground state energy.

Running the Sample

Open the QsharpSamples.sln solution in Visual Studio and set the .csproj file in the manifest as the startup project. Press Start in Visual Studio to run the sample.

Manifest

Related Samples

This sample builds on results in AdiabaticIsingSample and uses techniques introduced in PhaseEstimationSample. We suggest reading those samples before continuing.