Showing results for Q# - Q# Blog

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#
Feb 26, 2020
Post comments count0
Post likes count0

Extending the Q# Compiler

Bettina Heim
Bettina Heim

In this blog post, I would like to talk about a feature that is especially interesting when it comes to new ways for you to incorporate your own ideas and vision into our tools: Custom compilation steps, which allow you to extend and customize the Q# compilation process.

Q#
Dec 18, 2019
Post comments count0
Post likes count0

Add Your Own Code Actions!

Bettina Heim
Bettina Heim

We discuss code actions in Q# and the details of their implementation in the compiler.

Q#
Dec 14, 2019
Post comments count0
Post likes count0

Q# Unit Tests

Scott Carda
Scott Carda

A brief introduction to unit tests with Q#.

Q#Q# Language
Dec 12, 2019
Post comments count0
Post likes count0

Q# Compiler Optimizations

Rory Soiffer
Rory Soiffer

In this post Rory Soiffer, an intern with Microsoft's Quantum group during the summer of 2019, describes the project he worked on - building a framework for Q# compiler optimizations.

Q#