page_type | languages | products | urlFragment | description | ||
---|---|---|---|---|---|---|
sample |
|
|
hubbard-simulation |
This sample demonstrates using Quantum Development Kit to simulate time evolution under the 1D Hubbard model. |
This sample walks through constructing the time-evolution operator for the 1D Hubbard Simulation model. This time-evolution operator is applied to project onto the ground state of the Hubbard Hamiltonian using phase estimation.
- The Microsoft Quantum Development Kit.
To run the sample, use the dotnet run
command from your terminal.
- HubbardSimulation.qs: Q# code implementing quantum operations for this sample.
- Program.qs: Q# entry point to interact with and print out results of the Q# operations for this sample.
- HubbardSimulationSample.csproj: Main Q# project for the sample.