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

Samples for resource estimation of Lattice Model simulation circuits #1067

Merged
merged 20 commits into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
122 changes: 0 additions & 122 deletions samples/estimation/Dynamics.qs

This file was deleted.

4 changes: 3 additions & 1 deletion samples/estimation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ This folder contains samples that show how to use the Azure Quantum Resource Est

* [ShorRE.qs](./ShorRE.qs): Resource estimation for integer factorization using Shor's algorithm.
* [Precalculated.qs](./Precalculated.qs): Resource estimation of physical resources required for integer factorization based on precomputed logical resource estimates (`AccountForEstimates` operation).
* [Dynamics.qs](./Dynamics.qs): Resource estimation for a quantum dynamics application.
* [estimation-frontier-widgets.ipynb](./estimation-frontier-widgets.ipynb) (Python+Q# Jupyter notebook): Explore qubit-time resource estimate tradeoffs and compare them against various algorithms and quantum stacks.
* [estimation-hardcoded-circuit.ipynb](./estimation-hardcoded-circuit.ipynb) (Python+Q# Jupyter notebook): Resource estimation for a hardcoded Q# circuit.
* [estimation-random-circuit.ipynb](./estimation-random-circuit.ipynb) (Python+Q# Jupyter notebook): Resource estimation for a randomly generated Q# circuit.
* [df-chemistry](./df-chemistry/) (Python+Q# project): Resource estimation for double-factorized chemistry algorithm.
* [estimation-ising-2D.ipynb](./estimation-ising-2D.ipynb) (Python+Q# Jupyter notebook): Resource estimation for simulating a 2D Ising Model Hamiltonian
* [estimation-heisenberg-2D.ipynb](./estimation-heisenberg-2D.ipynb) (Python+Q# Jupyter notebook): Resource estimation for simulating a 2D Heisenberg Model Hamiltonian
* [estimation-hubbard-2D.ipynb](./estimation-hubbard-2D.ipynb) (Python+Q# Jupyter notebook): Resource estimation for simulating a 2D Hubbard Model Hamiltonian
Loading
Loading