Граф коммитов

21 Коммитов

Автор SHA1 Сообщение Дата
Jack Hyder bc83324f1f Convert UnitaryPatterns kata to Jupyter Notebook format (#156) 2019-07-24 11:47:47 -07:00
Jack Hyder 18bd12c707 Convert Graph Coloring kata to Jupyter Notebook format (#154)
Notebook validation times out for some reason on Mac and Linux (passes on Windows), so adding it to the list of kata Notebooks that are excluded from validation.
2019-07-22 17:38:57 -07:00
Chris Granade 34c39b6986 Use Microsoft Container Regristry image for hosting Notebooks on Binder (#152) 2019-07-22 15:06:16 -07:00
Andres Paz 3c757f2756 Updating QDK to version 0.8.1907.1701 (#151) 2019-07-19 14:41:13 -07:00
Mariia Mykhailova e56d74ea41
Fix path to tutorial notebook in dockerfile (#145) 2019-07-11 16:09:10 -07:00
Mariia Mykhailova 78ba38ee41
Create a Notebook tutorial on Deutsch-Jozsa algorithm (#144)
This is a prototype of Notebook-style tutorials on quantum computing: it combines coding tasks with theoretical explanations and code examples.
2019-07-11 10:35:53 -07:00
Jim Cristofono 25261c7cb1 Convert QEC_BitFlipCode to Jupyter Notebook format (#134) 2019-07-01 17:43:01 -07:00
Jack Hyder 976a9177cd Converted SolveSATWithGrover to Jupyter notebook format (#136)
This commit also includes several cleanup changes:

* remove unused CounterSimulator
* use ApplyWith instead of deprecated With
* reduce the number of tests for SAT oracle to speed up testing
2019-07-01 13:51:19 -07:00
Jack Hyder 1ce273d587 Convert MagicSquareGame kata to Jupyter notebook format (#131) 2019-06-21 17:52:13 -07:00
Jack Hyder faaa1c255e Convert GroversAlgorithm kata to Jupyter notebook format (#129) 2019-06-18 22:46:50 -07:00
Jim Cristofono 0f1b349efc Convert JointMeasurements kata to Jupyter notebook format (#125) 2019-06-05 15:31:17 -07:00
Jim Cristofono 93efafeaa5 Convert SuperdenseCoding kata to Jupyter notebook format (#126) 2019-06-04 19:25:59 -07:00
Jim Cristofono 4030d36bec Convert Teleportation Kata to Jupyter Notebook format (#121)
Also includes a small fix to task headers in BasicGates kata
2019-05-31 14:34:03 -07:00
Andres Paz a42a9fc8bb
Updating to 0.7.1905.3109 (#122)
* Updating to 0.7.1905.3109

* Updating description on how to update IQ#
2019-05-31 14:10:48 -07:00
Jack Hyder 42f04ccb07 Convert the GHZ game kata to Jupyter Notebook format (#120) 2019-05-29 14:20:07 -07:00
Andres Paz 789ad28a6d Add IQSHARP_HOSTING_ENV to Dockerfile (#119)
This allows to know when the notebook is running in Docker (e.g. on binder)
2019-05-29 11:07:52 -07:00
Jack Hyder ca55added7 Convert the CHSH game kata to Notebook format (#115) 2019-05-23 15:53:01 -07:00
bettinaheim 7519eb3f74 Updating Katas to QDK 0.6 (#111)
* Update the katas to use QDK 0.6.1905.301.
* Add mechanism to verify that the reference solutions actually solve all tasks of a Notebook correctly.

Co-Authored-By: Bettina Heim <34236215+bettinaheim@users.noreply.github.com>
Co-Authored-By: Andres Paz <anpaz@microsoft.com>
2019-05-03 16:46:04 -07:00
Andres Paz df491c9844 Add explicit package version to M.Q.Katas in Notebooks (#109)
This adds explicit package version to Kata Notebooks, so that an update of the NuGet packages (with potentially breaking changes) does not get picked up immediately.
2019-05-02 17:46:15 -07:00
Mariia Mykhailova 6ed6b1c49a
Convert the Measurements kata to Notebook format (#101)
This change includes the fix for https://github.com/Microsoft/QuantumKatas/issues/68 (count the measurements used to solve the task).
2019-04-25 15:57:30 -07:00
Mariia Mykhailova 8975fe9d92 Add infrastructure for Katas as Jupyter Notebooks (#96)
* Add Microsoft.Quantum.Katas project that contains the infrastructure necessary for representing Katas in Jupyter Notebook format.
* Add Common project that contains the CounterSimulator for the Katas.
* Add Docker image to run Notebooks on Binder.
* Convert BasicGates, Superposition and part of DeutschJozsaAlgorithm katas to Notebook format.
* Update QDK to 0.5.1904.1302 version.

Co-authored-by: Andres Paz <anpaz@microsoft.com>
2019-04-24 23:51:20 -07:00