Showing results for 2021 - Q# Blog

Dec 16, 2021
0
1

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
2
0

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
0
0

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 ...

Q#
Dec 13, 2021
0
0

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
0
0

Four Years of Q#

Alan Geller
Alan Geller

A look back at the fourth year of Q#.

Q#
Dec 7, 2021
0
0

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
0
1

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 1, 2021
0
0

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 ...

Q#
Nov 18, 2021
0
0

Embedding Q# in your favorite languages and platforms

Cassandra Granade
Cassandra Granade

Q# and the Quantum Development Kit make it easy to write and run quantum programs using Python, .NET, or even Jupyter notebooks. This post shows how you can use the same infrastructure to embed Q# in your favorite languages and platforms, including Julia, Lua, and PowerShell.

Q#