-
Notifications
You must be signed in to change notification settings - Fork 920
Solving Sudoku with Grover's Search #713
base: main
Are you sure you want to change the base?
Solving Sudoku with Grover's Search #713
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Haven't finished reviewing yet, but wanted to give an initial round of feedback as early as possible given tight timelines. Thanks!
samples/azure-quantum/grover-sudoku/Grovers-sudoku-quantinuum.csproj
Outdated
Show resolved
Hide resolved
samples/azure-quantum/grover-sudoku/Grovers-sudoku-quantinuum.csproj
Outdated
Show resolved
Hide resolved
|
||
In this sample we will be solving the classic puzzle Sudoku using Grover's search. | ||
|
||
We will be basing our algorithm off the [official sample on GitHub](https://github.com/microsoft/Quantum/tree/main/samples/algorithms/sudoku-grover). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is also an official sample on GitHub, such that this sentence is a bit confusing to read — it may be worth linking to that sample as a see also, or even retiring it in favor of this sample.
samples/azure-quantum/grover-sudoku/Grovers-sudoku-quantinuum.ipynb
Outdated
Show resolved
Hide resolved
samples/azure-quantum/grover-sudoku/Grovers-sudoku-quantinuum.ipynb
Outdated
Show resolved
Hide resolved
samples/azure-quantum/grover-sudoku/Grovers-sudoku-quantinuum.ipynb
Outdated
Show resolved
Hide resolved
" The other however, has a search space size of 4, causing us to access the Oracle.\n", | ||
"\n", | ||
"**Please note that this sample makes use of paid services on Azure Quantum. \n", | ||
"The cost of running this sample with the provided parameters on Quantinuum in a free trial subscription is approximately 360EHQC (equivalent to 1125$). \n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should double-check that this estimate is accurate and is phrased correctly; please double-check wording with PMs. Thanks!
Adds AQ version of Grover's Search Sudoku Solver sample.
Contains the algorithm, full-state vs sparse simulator, resource estimation and running on hardware.
Current PR only includes Quantinuum version; once feedback is implemented, I will open another PR with the IonQ version.