Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Releases: microsoft/Quantum

Creating random numbers with quantum computing

30 Dec 18:56
Compare
Choose a tag to compare
Adding sample for QRNG (#284)

* Adding sample for QRNG

* Update samples/getting-started/qrng/Host.cs

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update samples/getting-started/qrng/Host.cs

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update samples/getting-started/qrng/Host.cs

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update samples/getting-started/qrng/Qrng.qs

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update samples/getting-started/qrng/Qrng.csproj

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update samples/getting-started/qrng/Qrng.csproj

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update samples/getting-started/qrng/Qrng.qs

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update samples/getting-started/qrng/host.py

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update samples/getting-started/qrng/host.py

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update samples/getting-started/qrng/Qrng.qs

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update samples/getting-started/qrng/README.md

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update samples/getting-started/qrng/host.py

Co-Authored-By: Chris Granade <cgranade@gmail.com>

* Update README.md

* Update Host.cs

* Update Host.cs

Co-authored-by: Chris Granade <cgranade@gmail.com>

Quantum Teleportation Sample

16 Dec 21:08
Compare
Choose a tag to compare
Update TeleportationSample.qs (#279)

Fixed typo

Quantum Teleportation Sample

14 Dec 01:59
ff7ab43
Compare
Choose a tag to compare
106563

updating package versions (#278)

Simple Quantum Algorithms Sample

14 Dec 01:59
ff7ab43
Compare
Choose a tag to compare
106562

updating package versions (#278)

Iterative Phase Estimation

14 Dec 01:59
ff7ab43
Compare
Choose a tag to compare
106561

updating package versions (#278)

Searching with Grover's Algorithm

14 Dec 01:59
ff7ab43
Compare
Choose a tag to compare
106560

updating package versions (#278)

Measuring Qubits

14 Dec 01:59
ff7ab43
Compare
Choose a tag to compare
106559

updating package versions (#278)

Simple Quantum Algorithms Sample

09 Dec 19:12
Compare
Choose a tag to compare
Add python examples (#261)

* started writing python examples

* Most of the Algorithms samples are complete

* error-correction samples complete

* Completed integer factorization

I also changed the default to 10 because 100 is alot.

* Complete all of the python examples in algorithms.

The following examples completed:
 * Database Search
 * Oracle Synthesis
 * Reversible Logic Synthesis
 * Order Finding

* Completed simulations and simple algorithms

* Complete the samples for the numerics folder

* fix quantum oracle probability output

* Clean up the code and add useful comments.

* Added spacing and helpful comments.

* Added helpful comments and removed unused imports.

* Added helpful comments and cmd args to simulation.

* Added helpful comments and moved code to a main function.

* Create basic AnalyzeHamiltonian python sample

* start to the chemistry samples

* removed unfinished chemistry samples

* Changes made:

 * Converted everything to pep8 with a little help from
 [autopep8](https://github.com/hhatto/autopep8).
 * Add `try/except` in `integer-factorization/host.py`.
 * Add `if __name__ == "__main__"` in `oracle-synthesis/host.py`.
 * Use `%` in `f-string` in `order_finding.py`.
 * Added citation in `order_finding.py`.

* Add MIT license reminder to each source file.

* Fixes:

* corrected more style issues
* renamed some variables to be more clear and concise
* corrected the import order for numerics
* removed unused imports

Intro to Q# and Jupyter Notebook

03 Dec 18:09
Compare
Choose a tag to compare
103626

Fixed the relative link to the Operations.qs file (#260)

Simple Quantum Algorithms Sample

23 Nov 00:39
Compare
Choose a tag to compare
101675

Update README.md (#254)