Showing results for December 2021 - Q# Blog

Dec 16, 2021
Post comments count0
Post likes count1

Introducing the Q# Formatter

Scott Carda
Scott Carda

Here we introduce the Q# Formatter, a tool to help keep your Q# code up to date with the latest Q# syntax.

Q#Q# Language
Dec 15, 2021
Post comments count2
Post likes count0

A quantum circuit logical puzzle

Mariia Mykhailova
Mariia Mykhailova

This blog offers you a quantum logical puzzle: you are given the outline of a simple quantum circuit and a set of clues about it, and you have to complete the circuit based on the clues.

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

Visualizing resource estimates with the trace simulator and quantum-viz.js

Mathias Soeken
Mathias Soeken

Estimating the resources and visualizing execution traces of Q# programs are useful tasks. The trace simulator from the QDK and quantum-viz.js Javascript library help to perform those. In this blog post, we customize the trace simulator to output a circuit with hierarchy and resource information to be displayed with quantum-viz.js. The flame g...

Q#
Dec 13, 2021
Post comments count0
Post likes count0

Hybrid Quantum Applications with Azure Functions

Holger Sirtl
Holger Sirtl

Quantum applications are typically of hybrid nature: there is always a classical component that submits and monitors the quantum jobs at runtime. This blog shows how Azure Functions can be used to integrate quantum components written in Q# via APIs into classical applications in a serverless model.

Q#
Dec 11, 2021
Post comments count0
Post likes count0

Four Years of Q#

Alan Geller
Alan Geller

A look back at the fourth year of Q#.

Q#
Dec 7, 2021
Post comments count0
Post likes count0

Being a Quantum MVP

Matt Zanner (HE/HIM)
Matt Zanner (HE/HIM)

Learn about Microsoft's "Most Valued Professional" MVP program, how quantum MVPs are contributing to and helping build a vibrant quantum computing community today, and how you can become one!

Q#
Dec 3, 2021
Post comments count0
Post likes count1

DevOps for Quantum Computing

Holger Sirtl
Holger Sirtl

This blog post shows how DevOps practices need to adapt when software includes both classical and quantum components, resulting in a repeatable, high-quality process for building, deploying, and monitoring hybrid quantum software.

Q#
Dec 2, 2021
Post comments count0
Post likes count0

Analyzing a Sudoku solver using resources estimation

Mariia Mykhailova
Mariia Mykhailova

In this blog post I show how to analyze and optimize a quantum Sudoku solver written in Q# using resources estimation tools from Quantum Development Kit.

Tutorials
Dec 1, 2021
Post comments count0
Post likes count0

Hybrid Quantum-Classical Computing Models

Guen Prawiroatmodjo
Guen Prawiroatmodjo

This post is written as part of the Q# Advent Calendar 2021. Happy Holidays! If you’ve taken a stab at quantum programming, you’ll probably have heard of “hybrid quantum-classical computing”. Not to be confused with hybrid cloud or hybrid computers, hybrid quantum-classical computing is a popular topic among quantum computing aficionados and typic...

Q#