Showing results for 2020 - Q# Blog

Dec 11, 2020
Post comments count0
Post likes count0

Three Years of Q#

Alan Geller
Alan Geller

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

Q#
Dec 4, 2020
Post comments count0
Post likes count0

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
Post comments count2
Post likes count0

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#
Nov 17, 2020
Post comments count9
Post likes count0

Interning at Microsoft Quantum – 2021

Mariia Mykhailova
Mariia Mykhailova

We announce Microsoft Quantum internships for summer 2021, share some fun facts about the internships of the summer past, and highlight some of the things that are going to be new next summer.

Microsoft Quantum team
Oct 27, 2020
Post comments count53
Post likes count0

Q# Advent Calendar 2020

Mariia Mykhailova
Mariia Mykhailova

Q# Advent Calendar is a blogging event in which every day in December one awesome community member writes a blog post about Q#. We hosted one in 2018 and in 2019; let's do it again!

Q#Events
Oct 2, 2020
Post comments count5
Post likes count0

Celebrating our open source community with Hacktoberfest

Mariia Mykhailova
Mariia Mykhailova

It is October, and this means it's time for Hacktoberfest - an annual celebration of open source! Meet our newest maintainer and learn how to participate in the Quantum Hacktoberfest.

EventsQ#
Sep 23, 2020
Post comments count2
Post likes count0

Introducing Quantum Intermediate Representation (QIR)

Alan Geller
Alan Geller

QIR is a new Microsoft-developed intermediate representation for quantum programs. This post describes QIR and provides pointers to the specification and source code.

QIRQ#