Q# Blog
Quantum Development
Latest posts

Being a Quantum MVP

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!

DevOps for Quantum Computing

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.

Analyzing a Sudoku solver using resources estimation

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.

Hybrid Quantum-Classical Computing Models

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 typically refers to a class of programs that you can run on modern quantum processors. Some of those programs include, for example, variational quantum algorithms and quantum approximate optimization algorithms. But what does "hybrid" really mean in that context? Naively ...

Embedding Q# in your favorite languages and platforms

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.

Interning at Microsoft Quantum – 2022

We announce Microsoft Quantum research and software engineering internships for summer 2022 and share some completed intern projects from the past years.

Q# Advent Calendar 2021

Q# Advent Calendar is a yearly blogging event in which every day in December one awesome community member writes a blog post about Q#. Check out the previous years' blogs, and join the 2021 edition!

Celebrating Hacktoberfest 2021

It is October, and this means it's time for Hacktoberfest - an annual celebration of open source! Learn how to participate in this year's Quantum Hacktoberfest.

quantum-viz.js: a quantum circuits visualization library
We introduce quantum-viz.js, a JavaScript library for quantum circuits visualization.