Factoring algorithm for resource estimation#1058
Conversation
Benchmark for 3ebfd30Click to view benchmark
|
Benchmark for b30d1f9Click to view benchmark
|
Benchmark for 9920117Click to view benchmark
|
Benchmark for 96a08dbClick to view benchmark
|
|
I would add this sample to the readme at https://github.com/microsoft/qsharp/tree/main/samples/estimation, so that we document all samples uniformly. Since this is a two-file sample (Jupyter notebook requires the .qs file to work), do we want to move both files to a separate subfolder to emphasize this? Not sure if the intent is to use them together only, or to allow using Q# file on its own as well - if it's the latter, we might want to keep them in this folder and document them separately in the README |
Thanks, I addresses this comment in a recent commit. |
Benchmark for 3939b7cClick to view benchmark
|
This adds a factoring algorithm based on work from Ekara-Hastad with optimizations to modular arithmetic subroutines based on work from Gidney (see https://arxiv.org/abs/1905.09749)