Showing results for December 2020 - Q# Blog

Dec 11, 2020
0
0

Three Years of Q#

Alan Geller
Alan Geller

A look back at Q#'s third year, 2020

Q#
Dec 4, 2020
0
0

Emulation in Q#

Mathias Soeken
Mathias Soeken

It can be helpful to implement Q# functions or operations directly in C# - either to access some API that is not directly accessible in Q# or to provide alternative implementations based on the context in which the Q# program is executed. This blog post describes techniques to programmatically replace a Q# function by another one.

Q#
Dec 2, 2020
2
0

Inside the Quantum Katas, part 1

Mariia Mykhailova
Mariia Mykhailova

Learn about the internal structure of the Quantum Katas - our collection of self-paced programming exercises on quantum computing - and their most important component – the testing harnesses that provide the learner immediate feedback on their solutions.

TutorialsQ#