Skip to content

Latest commit

 

History

History
 
 

AdiabaticIsing

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Adiabatic Ising Evolution Sample

This sample converts a representation of a Hamiltonians using library data types into unitary time-evolution by the Hamiltonian on qubits. We consider the Ising model and study adiabatic state preparation of its ground state for the cases of uniform ferromagnetic and anti-ferromagnetic coupling between sites.

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

Note

This sample builds on results in IsingGenerators sample. We suggest reading that sample before continuing.