* using a user defined type Message in the superdense coding kata
* resetting qubits upon decoding
* fixing a typo!
* adding missing comma
* Update SuperdenseCoding/Tests.qs
Co-Authored-By: Chris Granade <cgranade@gmail.com>
* Update SuperdenseCoding/Tests.qs
Co-Authored-By: Chris Granade <cgranade@gmail.com>
* renaming to ProtocollMessage
* Update SuperdenseCoding/Tasks.qs
Co-Authored-By: Mariia Mykhailova <michaylova@gmail.com>
* Update SuperdenseCoding/Tasks.qs
Co-Authored-By: Mariia Mykhailova <michaylova@gmail.com>
* Update SuperdenseCoding/Tasks.qs
Co-Authored-By: Mariia Mykhailova <michaylova@gmail.com>
* giving the syntax for named item access
* updating task description
* adapting another description
* Update SuperdenseCoding/Tasks.qs
Co-Authored-By: Mariia Mykhailova <michaylova@gmail.com>
* Mariia's feedback
* forgot to adapt notebook
* Fix Notebook tasks to work with ProtocolMessage data type, add explanations
* Refer to earlier type definition in Tasks.qs
* 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>
* 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>